#BB9C52

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

Shades of Husk #BB9C52

Tints of Husk #BB9C52

Color information

#BB9C52 (or 0xBB9C52) is unknown color: approx Husk. HEX triplet: BB, 9C and 52. RGB value is (187,156,82). Sum of RGB (Red+Green+Blue) = 187+156+82=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C52 is #4463AD. Grayscale: #9D9D9D. Windows color (decimal): -4481966 or 5414075. OLE color: 5414075.

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

Color convert

RGB18715682-
CMYK00.170.560.27
HSL42.29º43.57%52.75%-
HSV(B)42.29º56.15%73.33%-
XYZ33.934.9512.94-
YUV156.8385.77149.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=44%
G=36.71%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871568200.170.560.2742.2943.5752.75
HexBB9C52011381B2a2c35
Octal2732341220217033525465
Binary1011101110011100101001001000111100011011101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C52; }

 p { color: rgb(187,156,82); }

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

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

 a { background-color: rgb(187,156,82); }

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

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

 span { border-color: rgb(187,156,82); }

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