#B1983F

Color #B1983F Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #B1983F

Tints of Roti #B1983F

Color information

#B1983F (or 0xB1983F) is unknown color: approx Roti. HEX triplet: B1, 98 and 3F. RGB value is (177,152,63). Sum of RGB (Red+Green+Blue) = 177+152+63=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1983F is #4E67C0. Grayscale: #959595. Windows color (decimal): -5138369 or 4167857. OLE color: 4167857.

HSL color Cylindrical-coordinate representation of color #B1983F: hue angle of 46.84º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1983F is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17715263-
CMYK00.140.640.31
HSL46.84º47.5%47.06%-
HSV(B)46.84º64.41%69.41%-
XYZ30.2632.169.32-
YUV149.3379.28147.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 63 (25% from 255) = 16.07%
R=45.15%
G=38.78%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771526300.140.640.3146.8447.547.06
HexB1983F0E401F2f302f
Octal2612307701610037576057
Binary101100011001100011111101110100000011111101111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1983F; }

 p { color: rgb(177,152,63); }

 H1.HeaderClassName
 {
   color: #B1983F;
 }
 .AnyTagClassName
 {
   color: #B1983F;
 }
</style>
background-color css

<style>
 a { background-color: #B1983F; }

 a { background-color: rgb(177,152,63); }

 div.DivClassName
 {
   background-color: #B1983F;
 }
 .BgClassName
 {
   background-color: #B1983F;
 }
</style>
border-color css

<style>
 span { border-color: #B1983F; }

 span { border-color: rgb(177,152,63); }

 td.TdClassName
 {
   border-color: #B1983F;
 }
 .TagClassName
 {
   border-color: #B1983F;
 }
</style>