Html Css Color HEX #B5A257 Husk

📋 copy color: '#B5A257'

red 181 ◦ green 162 ◦ blue 87

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

Shades of Husk #B5A257

Tints of Husk #B5A257

RGB

 RED value IS 181 (71.09% from 255) = 42.09%

 GREEN value IS 162 (63.67% from 255) = 37.67%

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

R = 42.09%
G = 37.67%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B5A257 (or 0xB5A257) is known color: Husk. HEX triplet: B5, A2 and 57. RGB value is (181,162,87). Sum of RGB (Red+Green+Blue) = 181+162+87=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A257 is #4A5DA8. Grayscale: #9F9F9F. Windows color (decimal): -4873641 or 5743285. OLE color: 5743285.

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

Color convert

RGB 181 162 87 -
CMYK 0 0.10 0.52 0.29
HSL 47.87º 0.39% 0.53% -
HSV(B) 47.87º 0.52% 0.71% -
XYZ 33.7 36.35 14.26 -
YUV 159.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 181 162 87 0 0.10 0.52 0.29 47.87 0.39 0.53
Hex B5 A2 57 0 A 34 1D 30 27 35
Octal 265 242 127 0 12 64 35 60 47 65
Binary 10110101 10100010 1010111 0 1010 110100 11101 110000 100111 110101

Color Harmonies of #B5A257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A257

Black with #B5A257

Text Example


Text Example

White with #B5A257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A257; }

 p { color: rgb(181,162,87); }

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

background-color css

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

 a { background-color: rgb(181,162,87); }

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

border-color css

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

 span { border-color: rgb(181,162,87); }

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