#BB9E4C

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

Shades of Husk #BB9E4C

Tints of Husk #BB9E4C

Color information

#BB9E4C (or 0xBB9E4C) is unknown color: approx Husk. HEX triplet: BB, 9E and 4C. RGB value is (187,158,76). Sum of RGB (Red+Green+Blue) = 187+158+76=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E4C is #4461B3. Grayscale: #9D9D9D. Windows color (decimal): -4481460 or 5021371. OLE color: 5021371.

HSL color Cylindrical-coordinate representation of color #BB9E4C: hue angle of 44.32º 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 #BB9E4C is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18715876-
CMYK00.160.590.27
HSL44.32º44.94%51.57%-
HSV(B)44.32º59.36%73.33%-
XYZ34.0235.5411.9-
YUV157.3282.11149.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 158 (62.11% from 255) = 37.53%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=44.42%
G=37.53%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871587600.160.590.2744.3244.9451.57
HexBB9E4C0103B1B2c2d34
Octal2732361140207333545564
Binary1011101110011110100110001000011101111011101100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E4C; }

 p { color: rgb(187,158,76); }

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

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

 a { background-color: rgb(187,158,76); }

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

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

 span { border-color: rgb(187,158,76); }

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