Html Css Color HEX #BAA24A Husk

📋 copy color: '#BAA24A'

red 186 ◦ green 162 ◦ blue 74

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

Shades of Husk #BAA24A

Tints of Husk #BAA24A

RGB

 RED value IS 186 (73.05% from 255) = 44.08%

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

 BLUE value IS 74 (29.3% from 255) = 17.54%

R = 44.08%
G = 38.39%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAA24A (or 0xBAA24A) is known color: Husk. HEX triplet: BA, A2 and 4A. RGB value is (186,162,74). Sum of RGB (Red+Green+Blue) = 186+162+74=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA24A is #455DB5. Grayscale: #9F9F9F. Windows color (decimal): -4545974 or 4891322. OLE color: 4891322.

HSL color Cylindrical-coordinate representation of color #BAA24A: hue angle of 47.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAA24A is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 74 -
CMYK 0 0.13 0.60 0.27
HSL 47.14º 0.45% 0.51% -
HSV(B) 47.14º 0.6% 0.73% -
XYZ 34.41 36.77 11.76 -
YUV 159.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 186 162 74 0 0.13 0.60 0.27 47.14 0.45 0.51
Hex BA A2 4A 0 D 3C 1B 2F 2D 33
Octal 272 242 112 0 15 74 33 57 55 63
Binary 10111010 10100010 1001010 0 1101 111100 11011 101111 101101 110011

Color Harmonies of #BAA24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA24A

Black with #BAA24A

Text Example


Text Example

White with #BAA24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA24A; }

 p { color: rgb(186,162,74); }

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

background-color css

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

 a { background-color: rgb(186,162,74); }

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

border-color css

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

 span { border-color: rgb(186,162,74); }

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