#B49937

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

Shades of Roti #B49937

Tints of Roti #B49937

Color information

#B49937 (or 0xB49937) is unknown color: approx Roti. HEX triplet: B4, 99 and 37. RGB value is (180,153,55). Sum of RGB (Red+Green+Blue) = 180+153+55=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B49937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49937 is #4B66C8. Grayscale: #969696. Windows color (decimal): -4941513 or 3643828. OLE color: 3643828.

HSL color Cylindrical-coordinate representation of color #B49937: hue angle of 47.04º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B49937 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18015355-
CMYK00.150.690.29
HSL47.04º53.19%46.08%-
HSV(B)47.04º69.44%70.59%-
XYZ30.932.768.31-
YUV149.974.45149.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 55 (21.88% from 255) = 14.18%
R=46.39%
G=39.43%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801535500.150.690.2947.0453.1946.08
HexB499370F451D2f352e
Octal2642316701710535576556
Binary101101001001100111011101111100010111101101111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49937; }

 p { color: rgb(180,153,55); }

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

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

 a { background-color: rgb(180,153,55); }

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

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

 span { border-color: rgb(180,153,55); }

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