#B8A251

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

Shades of Husk #B8A251

Tints of Husk #B8A251

Color information

#B8A251 (or 0xB8A251) is unknown color: approx Husk. HEX triplet: B8, A2 and 51. RGB value is (184,162,81). Sum of RGB (Red+Green+Blue) = 184+162+81=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A251 is #475DAE. Grayscale: #9F9F9F. Windows color (decimal): -4677039 or 5350072. OLE color: 5350072.

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

Color convert

RGB18416281-
CMYK00.120.560.28
HSL47.18º42.04%51.96%-
HSV(B)47.18º55.98%72.16%-
XYZ34.1736.6313.05-
YUV159.3483.79145.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=43.09%
G=37.94%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841628100.120.560.2847.1842.0451.96
HexB8A2510C381C2f2a34
Octal2702421210147034575264
Binary101110001010001010100010110011100011100101111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A251; }

 p { color: rgb(184,162,81); }

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

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

 a { background-color: rgb(184,162,81); }

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

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

 span { border-color: rgb(184,162,81); }

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