#BB9D3C

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

Shades of Roti #BB9D3C

Tints of Roti #BB9D3C

Color information

#BB9D3C (or 0xBB9D3C) is unknown color: approx Roti. HEX triplet: BB, 9D and 3C. RGB value is (187,157,60). Sum of RGB (Red+Green+Blue) = 187+157+60=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9D3C is #4462C3. Grayscale: #9B9B9B. Windows color (decimal): -4481732 or 3972539. OLE color: 3972539.

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

Color convert

RGB18715760-
CMYK00.160.680.27
HSL45.83º51.42%48.43%-
HSV(B)45.83º67.91%73.33%-
XYZ33.37359.27-
YUV154.9174.44150.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 157 (61.72% from 255) = 38.86%
BLUE value IS 60 (23.83% from 255) = 14.85%
R=46.29%
G=38.86%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871576000.160.680.2745.8351.4248.43
HexBB9D3C010441B2e3330
Octal2732357402010433566360
Binary1011101110011101111100010000100010011011101110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9D3C; }

 p { color: rgb(187,157,60); }

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

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

 a { background-color: rgb(187,157,60); }

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

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

 span { border-color: rgb(187,157,60); }

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