#B89752

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

Shades of Husk #B89752

Tints of Husk #B89752

Color information

#B89752 (or 0xB89752) is unknown color: approx Husk. HEX triplet: B8, 97 and 52. RGB value is (184,151,82). Sum of RGB (Red+Green+Blue) = 184+151+82=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B89752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89752 is #4768AD. Grayscale: #999999. Windows color (decimal): -4679854 or 5412792. OLE color: 5412792.

HSL color Cylindrical-coordinate representation of color #B89752: hue angle of 40.59º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B89752 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18415182-
CMYK00.180.550.28
HSL40.59º41.8%52.16%-
HSV(B)40.59º55.43%72.16%-
XYZ32.3632.9312.63-
YUV15387.93150.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=44.12%
G=36.21%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841518200.180.550.2840.5941.852.16
HexB89752012371C292a34
Octal2702271220226734515264
Binary1011100010010111101001001001011011111100101001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89752; }

 p { color: rgb(184,151,82); }

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

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

 a { background-color: rgb(184,151,82); }

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

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

 span { border-color: rgb(184,151,82); }

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