#B7A251

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

Shades of Husk #B7A251

Tints of Husk #B7A251

Color information

#B7A251 (or 0xB7A251) is unknown color: approx Husk. HEX triplet: B7, A2 and 51. RGB value is (183,162,81). Sum of RGB (Red+Green+Blue) = 183+162+81=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A251 is #485DAE. Grayscale: #9F9F9F. Windows color (decimal): -4742575 or 5350071. OLE color: 5350071.

HSL color Cylindrical-coordinate representation of color #B7A251: hue angle of 47.65º degrees, saturation: 0.41, 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 #B7A251 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18316281-
CMYK00.110.560.28
HSL47.65º41.46%51.76%-
HSV(B)47.65º55.74%71.76%-
XYZ33.9336.513.04-
YUV159.0483.96145.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 81 (32.03% from 255) = 19.01%
R=42.96%
G=38.03%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831628100.110.560.2847.6541.4651.76
HexB7A2510B381C302934
Octal2672421210137034605164
Binary101101111010001010100010101111100011100110000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A251; }

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

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

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

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

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

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

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

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