Html Css Color HEX #B9A054 Husk

📋 copy color: '#B9A054'

red 185 ◦ green 160 ◦ blue 84

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

Shades of Husk #B9A054

Tints of Husk #B9A054

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.3%

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

R = 43.12%
G = 37.3%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9A054 (or 0xB9A054) is known color: Husk. HEX triplet: B9, A0 and 54. RGB value is (185,160,84). Sum of RGB (Red+Green+Blue) = 185+160+84=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A054 is #465FAB. Grayscale: #9F9F9F. Windows color (decimal): -4612012 or 5546169. OLE color: 5546169.

HSL color Cylindrical-coordinate representation of color #B9A054: hue angle of 45.15º 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 #B9A054 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 84 -
CMYK 0 0.14 0.55 0.27
HSL 45.15º 0.42% 0.53% -
HSV(B) 45.15º 0.55% 0.73% -
XYZ 34.18 36.1 13.55 -
YUV 158.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 185 160 84 0 0.14 0.55 0.27 45.15 0.42 0.53
Hex B9 A0 54 0 E 37 1B 2D 2A 35
Octal 271 240 124 0 16 67 33 55 52 65
Binary 10111001 10100000 1010100 0 1110 110111 11011 101101 101010 110101

Color Harmonies of #B9A054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A054

Black with #B9A054

Text Example


Text Example

White with #B9A054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A054; }

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

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

background-color css

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

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

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

border-color css

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

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

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