Html Css Color HEX #B4A057 Husk

📋 copy color: '#B4A057'

red 180 ◦ green 160 ◦ blue 87

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

Shades of Husk #B4A057

Tints of Husk #B4A057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.37%

R = 42.15%
G = 37.47%
B = 20.37%

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

#B4A057 (or 0xB4A057) is known color: Husk. HEX triplet: B4, A0 and 57. RGB value is (180,160,87). Sum of RGB (Red+Green+Blue) = 180+160+87=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A057 is #4B5FA8. Grayscale: #9D9D9D. Windows color (decimal): -4939689 or 5742772. OLE color: 5742772.

HSL color Cylindrical-coordinate representation of color #B4A057: hue angle of 47.1º degrees, saturation: 0.38, 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 #B4A057 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 87 -
CMYK 0 0.11 0.52 0.29
HSL 47.1º 0.38% 0.52% -
HSV(B) 47.1º 0.52% 0.71% -
XYZ 33.11 35.53 14.13 -
YUV 157.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 180 160 87 0 0.11 0.52 0.29 47.1 0.38 0.52
Hex B4 A0 57 0 B 34 1D 2F 26 34
Octal 264 240 127 0 13 64 35 57 46 64
Binary 10110100 10100000 1010111 0 1011 110100 11101 101111 100110 110100

Color Harmonies of #B4A057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A057

Black with #B4A057

Text Example


Text Example

White with #B4A057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A057; }

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

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

background-color css

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

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

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

border-color css

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

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

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