#B7A052

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

Shades of Husk #B7A052

Tints of Husk #B7A052

Color information

#B7A052 (or 0xB7A052) is unknown color: approx Husk. HEX triplet: B7, A0 and 52. RGB value is (183,160,82). Sum of RGB (Red+Green+Blue) = 183+160+82=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A052 is #485FAD. Grayscale: #9E9E9E. Windows color (decimal): -4743086 or 5415095. OLE color: 5415095.

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

Color convert

RGB18316082-
CMYK00.130.550.28
HSL46.34º41.22%51.96%-
HSV(B)46.34º55.19%71.76%-
XYZ33.6235.8213.12-
YUV157.9985.12145.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=43.06%
G=37.65%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831608200.130.550.2846.3441.2251.96
HexB7A0520D371C2e2934
Octal2672401220156734565164
Binary101101111010000010100100110111011111100101110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A052; }

 p { color: rgb(183,160,82); }

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

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

 a { background-color: rgb(183,160,82); }

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

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

 span { border-color: rgb(183,160,82); }

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