Html Css Color HEX #B9A255 Husk

📋 copy color: '#B9A255'

red 185 ◦ green 162 ◦ blue 85

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

Shades of Husk #B9A255

Tints of Husk #B9A255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 42.82%
G = 37.5%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B9A255 (or 0xB9A255) is known color: Husk. HEX triplet: B9, A2 and 55. RGB value is (185,162,85). Sum of RGB (Red+Green+Blue) = 185+162+85=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A255 is #465DAA. Grayscale: #A0A0A0. Windows color (decimal): -4611499 or 5612217. OLE color: 5612217.

HSL color Cylindrical-coordinate representation of color #B9A255: hue angle of 46.2º degrees, saturation: 0.42, 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 #B9A255 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 85 -
CMYK 0 0.12 0.54 0.27
HSL 46.2º 0.42% 0.53% -
HSV(B) 46.2º 0.54% 0.73% -
XYZ 34.57 36.81 13.88 -
YUV 160.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 185 162 85 0 0.12 0.54 0.27 46.2 0.42 0.53
Hex B9 A2 55 0 C 36 1B 2E 2A 35
Octal 271 242 125 0 14 66 33 56 52 65
Binary 10111001 10100010 1010101 0 1100 110110 11011 101110 101010 110101

Color Harmonies of #B9A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A255

Black with #B9A255

Text Example


Text Example

White with #B9A255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A255; }

 p { color: rgb(185,162,85); }

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

background-color css

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

 a { background-color: rgb(185,162,85); }

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

border-color css

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

 span { border-color: rgb(185,162,85); }

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