#BB9545

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

Shades of Roti #BB9545

Tints of Roti #BB9545

Color information

#BB9545 (or 0xBB9545) is unknown color: approx Roti. HEX triplet: BB, 95 and 45. RGB value is (187,149,69). Sum of RGB (Red+Green+Blue) = 187+149+69=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9545 is #446ABA. Grayscale: #979797. Windows color (decimal): -4483771 or 4560315. OLE color: 4560315.

HSL color Cylindrical-coordinate representation of color #BB9545: hue angle of 40.68º 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 #BB9545 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18714969-
CMYK00.200.630.27
HSL40.68º46.46%50.2%-
HSV(B)40.68º63.1%73.33%-
XYZ32.3232.4910.2-
YUV151.2481.59153.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=46.17%
G=36.79%
B=17.04%

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
Decimal1871496900.200.630.2740.6846.4650.2
HexBB95450143F1B292e32
Octal2732251050247733515662
Binary1011101110010101100010101010011111111011101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9545; }

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

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

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

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

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

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

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

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