#BB9B4B

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

Shades of Husk #BB9B4B

Tints of Husk #BB9B4B

Color information

#BB9B4B (or 0xBB9B4B) is unknown color: approx Husk. HEX triplet: BB, 9B and 4B. RGB value is (187,155,75). Sum of RGB (Red+Green+Blue) = 187+155+75=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9B4B is #4464B4. Grayscale: #9B9B9B. Windows color (decimal): -4482229 or 4955067. OLE color: 4955067.

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

Color convert

RGB18715575-
CMYK00.170.600.27
HSL42.86º45.16%51.37%-
HSV(B)42.86º59.89%73.33%-
XYZ33.4834.5211.55-
YUV155.4582.6150.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=44.84%
G=37.17%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871557500.170.600.2742.8645.1651.37
HexBB9B4B0113C1B2b2d33
Octal2732331130217433535563
Binary1011101110011011100101101000111110011011101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B4B; }

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

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

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

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

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

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

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

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