#BB9645

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

Shades of Roti #BB9645

Tints of Roti #BB9645

Color information

#BB9645 (or 0xBB9645) is unknown color: approx Roti. HEX triplet: BB, 96 and 45. RGB value is (187,150,69). Sum of RGB (Red+Green+Blue) = 187+150+69=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9645 is #4469BA. Grayscale: #989898. Windows color (decimal): -4483515 or 4560571. OLE color: 4560571.

HSL color Cylindrical-coordinate representation of color #BB9645: hue angle of 41.19º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB9645 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18715069-
CMYK00.200.630.27
HSL41.19º46.46%50.2%-
HSV(B)41.19º63.1%73.33%-
XYZ32.4732.8110.25-
YUV151.8381.26153.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=46.06%
G=36.95%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871506900.200.630.2741.1946.4650.2
HexBB96450143F1B292e32
Octal2732261050247733515662
Binary1011101110010110100010101010011111111011101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9645; }

 p { color: rgb(187,150,69); }

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

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

 a { background-color: rgb(187,150,69); }

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

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

 span { border-color: rgb(187,150,69); }

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