#B8A055

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

Shades of Husk #B8A055

Tints of Husk #B8A055

Color information

#B8A055 (or 0xB8A055) is unknown color: approx Husk. HEX triplet: B8, A0 and 55. RGB value is (184,160,85). Sum of RGB (Red+Green+Blue) = 184+160+85=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A055 is #475FAA. Grayscale: #9E9E9E. Windows color (decimal): -4677547 or 5611704. OLE color: 5611704.

HSL color Cylindrical-coordinate representation of color #B8A055: hue angle of 45.45º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8A055 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18416085-
CMYK00.130.540.28
HSL45.45º41.08%52.75%-
HSV(B)45.45º53.8%72.16%-
XYZ33.9835.9913.75-
YUV158.6386.45146.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=42.89%
G=37.30%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841608500.130.540.2845.4541.0852.75
HexB8A0550D361C2d2935
Octal2702401250156634555165
Binary101110001010000010101010110111011011100101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A055; }

 p { color: rgb(184,160,85); }

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

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

 a { background-color: rgb(184,160,85); }

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

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

 span { border-color: rgb(184,160,85); }

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