Html Css Color HEX #B6A24E Husk

📋 copy color: '#B6A24E'

red 182 ◦ green 162 ◦ blue 78

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

Shades of Husk #B6A24E

Tints of Husk #B6A24E

RGB

 RED value IS 182 (71.48% from 255) = 43.13%

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

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

R = 43.13%
G = 38.39%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B6A24E (or 0xB6A24E) is known color: Husk. HEX triplet: B6, A2 and 4E. RGB value is (182,162,78). Sum of RGB (Red+Green+Blue) = 182+162+78=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A24E is #495DB1. Grayscale: #9E9E9E. Windows color (decimal): -4808114 or 5153462. OLE color: 5153462.

HSL color Cylindrical-coordinate representation of color #B6A24E: hue angle of 48.46º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6A24E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 162 78 -
CMYK 0 0.11 0.57 0.29
HSL 48.46º 0.42% 0.51% -
HSV(B) 48.46º 0.57% 0.71% -
XYZ 33.59 36.34 12.45 -
YUV 158.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 182 162 78 0 0.11 0.57 0.29 48.46 0.42 0.51
Hex B6 A2 4E 0 B 39 1D 30 2A 33
Octal 266 242 116 0 13 71 35 60 52 63
Binary 10110110 10100010 1001110 0 1011 111001 11101 110000 101010 110011

Color Harmonies of #B6A24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A24E

Black with #B6A24E

Text Example


Text Example

White with #B6A24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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