Html Css Color HEX #B9A24C Husk

📋 copy color: '#B9A24C'

red 185 ◦ green 162 ◦ blue 76

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

Shades of Husk #B9A24C

Tints of Husk #B9A24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.97%

R = 43.74%
G = 38.3%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9A24C (or 0xB9A24C) is known color: Husk. HEX triplet: B9, A2 and 4C. RGB value is (185,162,76). Sum of RGB (Red+Green+Blue) = 185+162+76=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A24C is #465DB3. Grayscale: #9F9F9F. Windows color (decimal): -4611508 or 5022393. OLE color: 5022393.

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

Color convert

RGB 185 162 76 -
CMYK 0 0.12 0.59 0.27
HSL 47.34º 0.44% 0.51% -
HSV(B) 47.34º 0.59% 0.73% -
XYZ 34.23 36.68 12.11 -
YUV 159.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 185 162 76 0 0.12 0.59 0.27 47.34 0.44 0.51
Hex B9 A2 4C 0 C 3B 1B 2F 2C 33
Octal 271 242 114 0 14 73 33 57 54 63
Binary 10111001 10100010 1001100 0 1100 111011 11011 101111 101100 110011

Color Harmonies of #B9A24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A24C

Black with #B9A24C

Text Example


Text Example

White with #B9A24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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