Html Css Color HEX #B7A059 Husk

📋 copy color: '#B7A059'

red 183 ◦ green 160 ◦ blue 89

#B7A059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #B7A059

Tints of Husk #B7A059

RGB

 RED value IS 183 (71.88% from 255) = 42.36%

 GREEN value IS 160 (62.89% from 255) = 37.04%

 BLUE value IS 89 (35.16% from 255) = 20.6%

R = 42.36%
G = 37.04%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7A059 (or 0xB7A059) is known color: Husk. HEX triplet: B7, A0 and 59. RGB value is (183,160,89). Sum of RGB (Red+Green+Blue) = 183+160+89=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A059 is #485FA6. Grayscale: #9F9F9F. Windows color (decimal): -4743079 or 5873847. OLE color: 5873847.

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

Color convert

RGB 183 160 89 -
CMYK 0 0.13 0.51 0.28
HSL 45.32º 0.39% 0.53% -
HSV(B) 45.32º 0.51% 0.72% -
XYZ 33.9 35.93 14.6 -
YUV 158.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 183 160 89 0 0.13 0.51 0.28 45.32 0.39 0.53
Hex B7 A0 59 0 D 33 1C 2D 27 35
Octal 267 240 131 0 15 63 34 55 47 65
Binary 10110111 10100000 1011001 0 1101 110011 11100 101101 100111 110101

Color Harmonies of #B7A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A059

Black with #B7A059

Text Example


Text Example

White with #B7A059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A059; }

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

 H1.HeaderClassName
 {
   color: #B7A059;
 }
 .AnyTagClassName
 {
   color: #B7A059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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