#BB9F48

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

Shades of Husk #BB9F48

Tints of Husk #BB9F48

Color information

#BB9F48 (or 0xBB9F48) is unknown color: approx Husk. HEX triplet: BB, 9F and 48. RGB value is (187,159,72). Sum of RGB (Red+Green+Blue) = 187+159+72=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F48 is #4460B7. Grayscale: #9D9D9D. Windows color (decimal): -4481208 or 4759483. OLE color: 4759483.

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

Color convert

RGB18715972-
CMYK00.150.610.27
HSL45.39º45.82%50.78%-
HSV(B)45.39º61.5%73.33%-
XYZ34.0635.8311.25-
YUV157.4579.78149.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 72 (28.52% from 255) = 17.22%
R=44.74%
G=38.04%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871597200.150.610.2745.3945.8250.78
HexBB9F480F3D1B2d2e33
Octal2732371100177533555663
Binary101110111001111110010000111111110111011101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F48; }

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

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

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

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

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

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

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

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