#BB9A42

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

Shades of Roti #BB9A42

Tints of Roti #BB9A42

Color information

#BB9A42 (or 0xBB9A42) is unknown color: approx Roti. HEX triplet: BB, 9A and 42. RGB value is (187,154,66). Sum of RGB (Red+Green+Blue) = 187+154+66=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A42 is #4465BD. Grayscale: #9A9A9A. Windows color (decimal): -4482494 or 4364987. OLE color: 4364987.

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

Color convert

RGB18715466-
CMYK00.180.650.27
HSL43.64º47.83%49.61%-
HSV(B)43.64º64.71%73.33%-
XYZ33.0334.079.99-
YUV153.8378.43151.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 66 (26.17% from 255) = 16.22%
R=45.95%
G=37.84%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871546600.180.650.2743.6447.8349.61
HexBB9A42012411B2c3032
Octal27323210202210133546062
Binary10111011100110101000010010010100000111011101100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A42; }

 p { color: rgb(187,154,66); }

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

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

 a { background-color: rgb(187,154,66); }

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

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

 span { border-color: rgb(187,154,66); }

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