#B89852

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

Shades of Husk #B89852

Tints of Husk #B89852

Color information

#B89852 (or 0xB89852) is unknown color: approx Husk. HEX triplet: B8, 98 and 52. RGB value is (184,152,82). Sum of RGB (Red+Green+Blue) = 184+152+82=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B89852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89852 is #4767AD. Grayscale: #999999. Windows color (decimal): -4679598 or 5413048. OLE color: 5413048.

HSL color Cylindrical-coordinate representation of color #B89852: hue angle of 41.18º 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 #B89852 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18415282-
CMYK00.170.550.28
HSL41.18º41.8%52.16%-
HSV(B)41.18º55.43%72.16%-
XYZ32.5233.2612.69-
YUV153.5987.6149.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 82 (32.42% from 255) = 19.62%
R=44.02%
G=36.36%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841528200.170.550.2841.1841.852.16
HexB89852011371C292a34
Octal2702301220216734515264
Binary1011100010011000101001001000111011111100101001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89852; }

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

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

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

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

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

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

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

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