#bb9e39

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

Shades of Roti #BB9E39

Tints of Roti #BB9E39

Color information

#BB9E39 (or 0xBB9E39) is unknown color: approx Roti. HEX triplet: BB, 9E and 39. RGB value is (187,158,57). Sum of RGB (Red+Green+Blue) = 187+158+57=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E39 is #4461C6. Grayscale: #9B9B9B. Windows color (decimal): -4481479 or 3776187. OLE color: 3776187.

HSL color Cylindrical-coordinate representation of color #BB9E39: hue angle of 46.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB9E39 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18715857-
CMYK00.160.700.27
HSL46.62º53.28%47.84%-
HSV(B)46.62º69.52%73.33%-
XYZ33.4635.318.92-
YUV155.1672.61150.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 158 (62.11% from 255) = 39.30%
BLUE value IS 57 (22.66% from 255) = 14.18%
R=46.52%
G=39.30%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871585700.160.700.2746.6253.2847.84
HexBB9E39010461B2f3530
Octal2732367102010633576560
Binary1011101110011110111001010000100011011011101111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb9e39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb9e39; }

 p { color: rgb(187,158,57); }

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

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

 a { background-color: rgb(187,158,57); }

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

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

 span { border-color: rgb(187,158,57); }

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