Html Css Color HEX #B9A24D Husk

📋 copy color: '#B9A24D'

red 185 ◦ green 162 ◦ blue 77

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

Shades of Husk #B9A24D

Tints of Husk #B9A24D

RGB

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

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

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

R = 43.63%
G = 38.21%
B = 18.16%

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

#B9A24D (or 0xB9A24D) is known color: Husk. HEX triplet: B9, A2 and 4D. RGB value is (185,162,77). Sum of RGB (Red+Green+Blue) = 185+162+77=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A24D is #465DB2. Grayscale: #9F9F9F. Windows color (decimal): -4611507 or 5087929. OLE color: 5087929.

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

Color convert

RGB 185 162 77 -
CMYK 0 0.12 0.58 0.27
HSL 47.22º 0.44% 0.51% -
HSV(B) 47.22º 0.58% 0.73% -
XYZ 34.27 36.69 12.3 -
YUV 159.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 185 162 77 0 0.12 0.58 0.27 47.22 0.44 0.51
Hex B9 A2 4D 0 C 3A 1B 2F 2C 33
Octal 271 242 115 0 14 72 33 57 54 63
Binary 10111001 10100010 1001101 0 1100 111010 11011 101111 101100 110011

Color Harmonies of #B9A24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A24D

Black with #B9A24D

Text Example


Text Example

White with #B9A24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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