#BB9C48

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

Shades of Roti #BB9C48

Tints of Roti #BB9C48

Color information

#BB9C48 (or 0xBB9C48) is unknown color: approx Roti. HEX triplet: BB, 9C and 48. RGB value is (187,156,72). Sum of RGB (Red+Green+Blue) = 187+156+72=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C48 is #4463B7. Grayscale: #9C9C9C. Windows color (decimal): -4481976 or 4758715. OLE color: 4758715.

HSL color Cylindrical-coordinate representation of color #BB9C48: hue angle of 43.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB9C48 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18715672-
CMYK00.170.610.27
HSL43.83º45.82%50.78%-
HSV(B)43.83º61.5%73.33%-
XYZ33.5534.8111.08-
YUV155.6980.77150.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 72 (28.52% from 255) = 17.35%
R=45.06%
G=37.59%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871567200.170.610.2743.8345.8250.78
HexBB9C480113D1B2c2e33
Octal2732341100217533545663
Binary1011101110011100100100001000111110111011101100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C48; }

 p { color: rgb(187,156,72); }

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

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

 a { background-color: rgb(187,156,72); }

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

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

 span { border-color: rgb(187,156,72); }

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