Html Css Color HEX #B9A14F Husk

📋 copy color: '#B9A14F'

red 185 ◦ green 161 ◦ blue 79

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

Shades of Husk #B9A14F

Tints of Husk #B9A14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.59%

R = 43.53%
G = 37.88%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9A14F (or 0xB9A14F) is known color: Husk. HEX triplet: B9, A1 and 4F. RGB value is (185,161,79). Sum of RGB (Red+Green+Blue) = 185+161+79=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A14F is #465EB0. Grayscale: #9F9F9F. Windows color (decimal): -4611761 or 5218745. OLE color: 5218745.

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

Color convert

RGB 185 161 79 -
CMYK 0 0.13 0.57 0.27
HSL 46.42º 0.43% 0.52% -
HSV(B) 46.42º 0.57% 0.73% -
XYZ 34.16 36.37 12.62 -
YUV 158.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 185 161 79 0 0.13 0.57 0.27 46.42 0.43 0.52
Hex B9 A1 4F 0 D 39 1B 2E 2B 34
Octal 271 241 117 0 15 71 33 56 53 64
Binary 10111001 10100001 1001111 0 1101 111001 11011 101110 101011 110100

Color Harmonies of #B9A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A14F

Black with #B9A14F

Text Example


Text Example

White with #B9A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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