#BB9E48

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

Shades of Husk #BB9E48

Tints of Husk #BB9E48

Color information

#BB9E48 (or 0xBB9E48) is unknown color: approx Husk. HEX triplet: BB, 9E and 48. RGB value is (187,158,72). Sum of RGB (Red+Green+Blue) = 187+158+72=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E48 is #4461B7. Grayscale: #9D9D9D. Windows color (decimal): -4481464 or 4759227. OLE color: 4759227.

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

Color convert

RGB18715872-
CMYK00.160.610.27
HSL44.87º45.82%50.78%-
HSV(B)44.87º61.5%73.33%-
XYZ33.8935.4911.19-
YUV156.8780.11149.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=44.84%
G=37.89%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871587200.160.610.2744.8745.8250.78
HexBB9E480103D1B2d2e33
Octal2732361100207533555663
Binary1011101110011110100100001000011110111011101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E48; }

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

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

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

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

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

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

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

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