#BB9B4D

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

Shades of Husk #BB9B4D

Tints of Husk #BB9B4D

Color information

#BB9B4D (or 0xBB9B4D) is unknown color: approx Husk. HEX triplet: BB, 9B and 4D. RGB value is (187,155,77). Sum of RGB (Red+Green+Blue) = 187+155+77=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9B4D is #4464B2. Grayscale: #9C9C9C. Windows color (decimal): -4482227 or 5086139. OLE color: 5086139.

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

Color convert

RGB18715577-
CMYK00.170.590.27
HSL42.55º44.72%51.76%-
HSV(B)42.55º58.82%73.33%-
XYZ33.5534.5411.92-
YUV155.6883.6150.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=44.63%
G=36.99%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871557700.170.590.2742.5544.7251.76
HexBB9B4D0113B1B2b2d34
Octal2732331150217333535564
Binary1011101110011011100110101000111101111011101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B4D; }

 p { color: rgb(187,155,77); }

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

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

 a { background-color: rgb(187,155,77); }

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

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

 span { border-color: rgb(187,155,77); }

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