Html Css Color HEX #B2A156 Husk

📋 copy color: '#B2A156'

red 178 ◦ green 161 ◦ blue 86

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

Shades of Husk #B2A156

Tints of Husk #B2A156

RGB

 RED value IS 178 (69.92% from 255) = 41.88%

 GREEN value IS 161 (63.28% from 255) = 37.88%

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

R = 41.88%
G = 37.88%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B2A156 (or 0xB2A156) is known color: Husk. HEX triplet: B2, A1 and 56. RGB value is (178,161,86). Sum of RGB (Red+Green+Blue) = 178+161+86=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A156 is #4D5EA9. Grayscale: #9D9D9D. Windows color (decimal): -5070506 or 5677490. OLE color: 5677490.

HSL color Cylindrical-coordinate representation of color #B2A156: hue angle of 48.91º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2A156 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 161 86 -
CMYK 0 0.10 0.52 0.30
HSL 48.91º 0.37% 0.52% -
HSV(B) 48.91º 0.52% 0.7% -
XYZ 32.78 35.63 13.95 -
YUV 157.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 178 161 86 0 0.10 0.52 0.30 48.91 0.37 0.52
Hex B2 A1 56 0 A 34 1E 31 25 34
Octal 262 241 126 0 12 64 36 61 45 64
Binary 10110010 10100001 1010110 0 1010 110100 11110 110001 100101 110100

Color Harmonies of #B2A156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A156

Black with #B2A156

Text Example


Text Example

White with #B2A156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A156; }

 p { color: rgb(178,161,86); }

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

background-color css

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

 a { background-color: rgb(178,161,86); }

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

border-color css

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

 span { border-color: rgb(178,161,86); }

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