#BB9942

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

Shades of Roti #BB9942

Tints of Roti #BB9942

Color information

#BB9942 (or 0xBB9942) is unknown color: approx Roti. HEX triplet: BB, 99 and 42. RGB value is (187,153,66). Sum of RGB (Red+Green+Blue) = 187+153+66=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9942 is #4466BD. Grayscale: #999999. Windows color (decimal): -4482750 or 4364731. OLE color: 4364731.

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

Color convert

RGB18715366-
CMYK00.180.650.27
HSL43.14º47.83%49.61%-
HSV(B)43.14º64.71%73.33%-
XYZ32.8733.749.93-
YUV153.2578.76152.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 66 (26.17% from 255) = 16.26%
R=46.06%
G=37.68%
B=16.26%

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
Decimal1871536600.180.650.2743.1447.8349.61
HexBB9942012411B2b3032
Octal27323110202210133536062
Binary10111011100110011000010010010100000111011101011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9942; }

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

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

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

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

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

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

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

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