Html Css Color HEX #B9A154 Husk

📋 copy color: '#B9A154'

red 185 ◦ green 161 ◦ blue 84

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

Shades of Husk #B9A154

Tints of Husk #B9A154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.53%

R = 43.02%
G = 37.44%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9A154 (or 0xB9A154) is known color: Husk. HEX triplet: B9, A1 and 54. RGB value is (185,161,84). Sum of RGB (Red+Green+Blue) = 185+161+84=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A154 is #465EAB. Grayscale: #9F9F9F. Windows color (decimal): -4611756 or 5546425. OLE color: 5546425.

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

Color convert

RGB 185 161 84 -
CMYK 0 0.13 0.55 0.27
HSL 45.74º 0.42% 0.53% -
HSV(B) 45.74º 0.55% 0.73% -
XYZ 34.35 36.44 13.61 -
YUV 159.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 185 161 84 0 0.13 0.55 0.27 45.74 0.42 0.53
Hex B9 A1 54 0 D 37 1B 2E 2A 35
Octal 271 241 124 0 15 67 33 56 52 65
Binary 10111001 10100001 1010100 0 1101 110111 11011 101110 101010 110101

Color Harmonies of #B9A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A154

Black with #B9A154

Text Example


Text Example

White with #B9A154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A154; }

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

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

background-color css

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

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

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

border-color css

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

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

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