#b89b48

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

Shades of Husk #B89B48

Tints of Husk #B89B48

Color information

#B89B48 (or 0xB89B48) is unknown color: approx Husk. HEX triplet: B8, 9B and 48. RGB value is (184,155,72). Sum of RGB (Red+Green+Blue) = 184+155+72=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89B48 is #4764B7. Grayscale: #9A9A9A. Windows color (decimal): -4678840 or 4758456. OLE color: 4758456.

HSL color Cylindrical-coordinate representation of color #B89B48: hue angle of 44.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B89B48 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18415572-
CMYK00.160.610.28
HSL44.46º44.09%50.2%-
HSV(B)44.46º60.87%72.16%-
XYZ32.6634.110.99-
YUV154.2181.61149.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=44.77%
G=37.71%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841557200.160.610.2844.4644.0950.2
HexB89B480103D1C2c2c32
Octal2702331100207534545462
Binary1011100010011011100100001000011110111100101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b89b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b89b48; }

 p { color: rgb(184,155,72); }

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

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

 a { background-color: rgb(184,155,72); }

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

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

 span { border-color: rgb(184,155,72); }

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