#BB9C3B

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

Shades of Roti #BB9C3B

Tints of Roti #BB9C3B

Color information

#BB9C3B (or 0xBB9C3B) is unknown color: approx Roti. HEX triplet: BB, 9C and 3B. RGB value is (187,156,59). Sum of RGB (Red+Green+Blue) = 187+156+59=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C3B is #4463C4. Grayscale: #9A9A9A. Windows color (decimal): -4481989 or 3906747. OLE color: 3906747.

HSL color Cylindrical-coordinate representation of color #BB9C3B: hue angle of 45.47º degrees, saturation: 0.52, 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 #BB9C3B is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18715659-
CMYK00.170.680.27
HSL45.47º52.03%48.24%-
HSV(B)45.47º68.45%73.33%-
XYZ33.1734.669.08-
YUV154.2174.27151.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 59 (23.44% from 255) = 14.68%
R=46.52%
G=38.81%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871565900.170.680.2745.4752.0348.24
HexBB9C3B011441B2d3430
Octal2732347302110433556460
Binary1011101110011100111011010001100010011011101101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C3B; }

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

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

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

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

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

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

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

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