#B7A05A

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

Shades of Husk #B7A05A

Tints of Husk #B7A05A

Color information

#B7A05A (or 0xB7A05A) is unknown color: approx Husk. HEX triplet: B7, A0 and 5A. RGB value is (183,160,90). Sum of RGB (Red+Green+Blue) = 183+160+90=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A05A is #485FA5. Grayscale: #9F9F9F. Windows color (decimal): -4743078 or 5939383. OLE color: 5939383.

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

Color convert

RGB18316090-
CMYK00.130.510.28
HSL45.16º39.24%53.53%-
HSV(B)45.16º50.82%71.76%-
XYZ33.9435.9514.82-
YUV158.989.12145.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=42.26%
G=36.95%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831609000.130.510.2845.1639.2453.53
HexB7A05A0D331C2d2736
Octal2672401320156334554766
Binary101101111010000010110100110111001111100101101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A05A; }

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

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

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

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

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

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

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

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