Html Css Color HEX #B9A24E Husk

📋 copy color: '#B9A24E'

red 185 ◦ green 162 ◦ blue 78

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

Shades of Husk #B9A24E

Tints of Husk #B9A24E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.35%

R = 43.53%
G = 38.12%
B = 18.35%

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

#B9A24E (or 0xB9A24E) is known color: Husk. HEX triplet: B9, A2 and 4E. RGB value is (185,162,78). Sum of RGB (Red+Green+Blue) = 185+162+78=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A24E is #465DB1. Grayscale: #9F9F9F. Windows color (decimal): -4611506 or 5153465. OLE color: 5153465.

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

Color convert

RGB 185 162 78 -
CMYK 0 0.12 0.58 0.27
HSL 47.1º 0.43% 0.52% -
HSV(B) 47.1º 0.58% 0.73% -
XYZ 34.3 36.71 12.48 -
YUV 159.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 185 162 78 0 0.12 0.58 0.27 47.1 0.43 0.52
Hex B9 A2 4E 0 C 3A 1B 2F 2B 34
Octal 271 242 116 0 14 72 33 57 53 64
Binary 10111001 10100010 1001110 0 1100 111010 11011 101111 101011 110100

Color Harmonies of #B9A24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A24E

Black with #B9A24E

Text Example


Text Example

White with #B9A24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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