#BB9342

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

Shades of Roti #BB9342

Tints of Roti #BB9342

Color information

#BB9342 (or 0xBB9342) is unknown color: approx Roti. HEX triplet: BB, 93 and 42. RGB value is (187,147,66). Sum of RGB (Red+Green+Blue) = 187+147+66=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9342 is #446CBD. Grayscale: #969696. Windows color (decimal): -4484286 or 4363195. OLE color: 4363195.

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

Color convert

RGB18714766-
CMYK00.210.650.27
HSL40.17º47.83%49.61%-
HSV(B)40.17º64.71%73.33%-
XYZ31.9131.839.62-
YUV149.7380.75154.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=46.75%
G=36.75%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871476600.210.650.2740.1747.8349.61
HexBB9342015411B283032
Octal27322310202510133506062
Binary10111011100100111000010010101100000111011101000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9342; }

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

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

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

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

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

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

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

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