Html Css Color HEX #B6A257 Husk

📋 copy color: '#B6A257'

red 182 ◦ green 162 ◦ blue 87

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

Shades of Husk #B6A257

Tints of Husk #B6A257

RGB

 RED value IS 182 (71.48% from 255) = 42.23%

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

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

R = 42.23%
G = 37.59%
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

#B6A257 (or 0xB6A257) is known color: Husk. HEX triplet: B6, A2 and 57. RGB value is (182,162,87). Sum of RGB (Red+Green+Blue) = 182+162+87=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A257 is #495DA8. Grayscale: #9F9F9F. Windows color (decimal): -4808105 or 5743286. OLE color: 5743286.

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

Color convert

RGB 182 162 87 -
CMYK 0 0.11 0.52 0.29
HSL 47.37º 0.39% 0.53% -
HSV(B) 47.37º 0.52% 0.71% -
XYZ 33.93 36.47 14.27 -
YUV 159.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 182 162 87 0 0.11 0.52 0.29 47.37 0.39 0.53
Hex B6 A2 57 0 B 34 1D 2F 27 35
Octal 266 242 127 0 13 64 35 57 47 65
Binary 10110110 10100010 1010111 0 1011 110100 11101 101111 100111 110101

Color Harmonies of #B6A257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A257

Black with #B6A257

Text Example


Text Example

White with #B6A257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A257; }

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

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

background-color css

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

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

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

border-color css

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

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

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