Html Css Color HEX #B9A34D Husk

📋 copy color: '#B9A34D'

red 185 ◦ green 163 ◦ blue 77

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

Shades of Husk #B9A34D

Tints of Husk #B9A34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 77 (30.47% from 255) = 18.12%

R = 43.53%
G = 38.35%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9A34D (or 0xB9A34D) is known color: Husk. HEX triplet: B9, A3 and 4D. RGB value is (185,163,77). Sum of RGB (Red+Green+Blue) = 185+163+77=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A34D is #465CB2. Grayscale: #A0A0A0. Windows color (decimal): -4611251 or 5088185. OLE color: 5088185.

HSL color Cylindrical-coordinate representation of color #B9A34D: hue angle of 47.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9A34D is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 163 77 -
CMYK 0 0.12 0.58 0.27
HSL 47.78º 0.44% 0.51% -
HSV(B) 47.78º 0.58% 0.73% -
XYZ 34.44 37.04 12.36 -
YUV 159.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 185 163 77 0 0.12 0.58 0.27 47.78 0.44 0.51
Hex B9 A3 4D 0 C 3A 1B 30 2C 33
Octal 271 243 115 0 14 72 33 60 54 63
Binary 10111001 10100011 1001101 0 1100 111010 11011 110000 101100 110011

Color Harmonies of #B9A34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A34D

Black with #B9A34D

Text Example


Text Example

White with #B9A34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A34D; }

 p { color: rgb(185,163,77); }

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

background-color css

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

 a { background-color: rgb(185,163,77); }

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

border-color css

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

 span { border-color: rgb(185,163,77); }

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