#b8a155

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

Shades of Husk #B8A155

Tints of Husk #B8A155

Color information

#B8A155 (or 0xB8A155) is unknown color: approx Husk. HEX triplet: B8, A1 and 55. RGB value is (184,161,85). Sum of RGB (Red+Green+Blue) = 184+161+85=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A155 is #475EAA. Grayscale: #9F9F9F. Windows color (decimal): -4677291 or 5611960. OLE color: 5611960.

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

Color convert

RGB18416185-
CMYK00.120.540.28
HSL46.06º41.08%52.75%-
HSV(B)46.06º53.8%72.16%-
XYZ34.1536.3413.81-
YUV159.2186.12145.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=42.79%
G=37.44%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841618500.120.540.2846.0641.0852.75
HexB8A1550C361C2e2935
Octal2702411250146634565165
Binary101110001010000110101010110011011011100101110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a155; }

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

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

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

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

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

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

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

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