#BB9937

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

Shades of Roti #BB9937

Tints of Roti #BB9937

Color information

#BB9937 (or 0xBB9937) is unknown color: approx Roti. HEX triplet: BB, 99 and 37. RGB value is (187,153,55). Sum of RGB (Red+Green+Blue) = 187+153+55=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9937 is #4466C8. Grayscale: #989898. Windows color (decimal): -4482761 or 3643835. OLE color: 3643835.

HSL color Cylindrical-coordinate representation of color #BB9937: hue angle of 44.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB9937 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18715355-
CMYK00.180.710.27
HSL44.55º54.55%47.45%-
HSV(B)44.55º70.59%73.33%-
XYZ32.5733.628.39-
YUV151.9973.26152.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 55 (21.88% from 255) = 13.92%
R=47.34%
G=38.73%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871535500.180.710.2744.5554.5547.45
HexBB9937012471B2d372f
Octal2732316702210733556757
Binary1011101110011001110111010010100011111011101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9937; }

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

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

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

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

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

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

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

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