Html Css Color HEX #B7A056 Husk

📋 copy color: '#B7A056'

red 183 ◦ green 160 ◦ blue 86

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

Shades of Husk #B7A056

Tints of Husk #B7A056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.05%

R = 42.66%
G = 37.3%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B7A056 (or 0xB7A056) is known color: Husk. HEX triplet: B7, A0 and 56. RGB value is (183,160,86). Sum of RGB (Red+Green+Blue) = 183+160+86=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A056 is #485FA9. Grayscale: #9E9E9E. Windows color (decimal): -4743082 or 5677239. OLE color: 5677239.

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

Color convert

RGB 183 160 86 -
CMYK 0 0.13 0.53 0.28
HSL 45.77º 0.4% 0.53% -
HSV(B) 45.77º 0.53% 0.72% -
XYZ 33.78 35.88 13.95 -
YUV 158.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 183 160 86 0 0.13 0.53 0.28 45.77 0.4 0.53
Hex B7 A0 56 0 D 35 1C 2E 28 35
Octal 267 240 126 0 15 65 34 56 50 65
Binary 10110111 10100000 1010110 0 1101 110101 11100 101110 101000 110101

Color Harmonies of #B7A056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A056

Black with #B7A056

Text Example


Text Example

White with #B7A056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A056; }

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

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

background-color css

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

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

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

border-color css

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

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

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