Html Css Color HEX #B9A156 Husk

📋 copy color: '#B9A156'

red 185 ◦ green 161 ◦ blue 86

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

Shades of Husk #B9A156

Tints of Husk #B9A156

RGB

 RED value IS 185 (72.66% from 255) = 42.82%

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

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

R = 42.82%
G = 37.27%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B9A156 (or 0xB9A156) is known color: Husk. HEX triplet: B9, A1 and 56. RGB value is (185,161,86). Sum of RGB (Red+Green+Blue) = 185+161+86=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A156 is #465EA9. Grayscale: #9F9F9F. Windows color (decimal): -4611754 or 5677497. OLE color: 5677497.

HSL color Cylindrical-coordinate representation of color #B9A156: hue angle of 45.45º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9A156 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 86 -
CMYK 0 0.13 0.54 0.27
HSL 45.45º 0.41% 0.53% -
HSV(B) 45.45º 0.54% 0.73% -
XYZ 34.43 36.48 14.03 -
YUV 159.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 185 161 86 0 0.13 0.54 0.27 45.45 0.41 0.53
Hex B9 A1 56 0 D 36 1B 2D 29 35
Octal 271 241 126 0 15 66 33 55 51 65
Binary 10111001 10100001 1010110 0 1101 110110 11011 101101 101001 110101

Color Harmonies of #B9A156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A156

Black with #B9A156

Text Example


Text Example

White with #B9A156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A156; }

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

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

background-color css

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

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

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

border-color css

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

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

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