#BB9242

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

Shades of Roti #BB9242

Tints of Roti #BB9242

Color information

#BB9242 (or 0xBB9242) is unknown color: approx Roti. HEX triplet: BB, 92 and 42. RGB value is (187,146,66). Sum of RGB (Red+Green+Blue) = 187+146+66=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9242 is #446DBD. Grayscale: #959595. Windows color (decimal): -4484542 or 4362939. OLE color: 4362939.

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

Color convert

RGB18714666-
CMYK00.220.650.27
HSL39.67º47.83%49.61%-
HSV(B)39.67º64.71%73.33%-
XYZ31.7631.529.56-
YUV149.1481.08155-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=46.87%
G=36.59%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871466600.220.650.2739.6747.8349.61
HexBB9242016411B283032
Octal27322210202610133506062
Binary10111011100100101000010010110100000111011101000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9242; }

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

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

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

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

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

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

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

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