Html Css Color HEX #B4A056 Husk

📋 copy color: '#B4A056'

red 180 ◦ green 160 ◦ blue 86

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

Shades of Husk #B4A056

Tints of Husk #B4A056

RGB

 RED value IS 180 (70.7% from 255) = 42.25%

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

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

R = 42.25%
G = 37.56%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B4A056 (or 0xB4A056) is known color: Husk. HEX triplet: B4, A0 and 56. RGB value is (180,160,86). Sum of RGB (Red+Green+Blue) = 180+160+86=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A056 is #4B5FA9. Grayscale: #9D9D9D. Windows color (decimal): -4939690 or 5677236. OLE color: 5677236.

HSL color Cylindrical-coordinate representation of color #B4A056: hue angle of 47.23º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4A056 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 86 -
CMYK 0 0.11 0.52 0.29
HSL 47.23º 0.39% 0.52% -
HSV(B) 47.23º 0.52% 0.71% -
XYZ 33.07 35.52 13.92 -
YUV 157.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 180 160 86 0 0.11 0.52 0.29 47.23 0.39 0.52
Hex B4 A0 56 0 B 34 1D 2F 27 34
Octal 264 240 126 0 13 64 35 57 47 64
Binary 10110100 10100000 1010110 0 1011 110100 11101 101111 100111 110100

Color Harmonies of #B4A056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A056

Black with #B4A056

Text Example


Text Example

White with #B4A056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A056; }

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

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

background-color css

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

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

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

border-color css

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

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

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