Html Css Color HEX #BAA048 Husk

📋 copy color: '#BAA048'

red 186 ◦ green 160 ◦ blue 72

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

Shades of Husk #BAA048

Tints of Husk #BAA048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.28%

 BLUE value IS 72 (28.52% from 255) = 17.22%

R = 44.5%
G = 38.28%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAA048 (or 0xBAA048) is known color: Husk. HEX triplet: BA, A0 and 48. RGB value is (186,160,72). Sum of RGB (Red+Green+Blue) = 186+160+72=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA048 is #455FB7. Grayscale: #9E9E9E. Windows color (decimal): -4546488 or 4759738. OLE color: 4759738.

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

Color convert

RGB 186 160 72 -
CMYK 0 0.14 0.61 0.27
HSL 46.32º 0.45% 0.51% -
HSV(B) 46.32º 0.61% 0.73% -
XYZ 33.99 36.05 11.3 -
YUV 157.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 186 160 72 0 0.14 0.61 0.27 46.32 0.45 0.51
Hex BA A0 48 0 E 3D 1B 2E 2D 33
Octal 272 240 110 0 16 75 33 56 55 63
Binary 10111010 10100000 1001000 0 1110 111101 11011 101110 101101 110011

Color Harmonies of #BAA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA048

Black with #BAA048

Text Example


Text Example

White with #BAA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA048; }

 p { color: rgb(186,160,72); }

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

background-color css

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

 a { background-color: rgb(186,160,72); }

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

border-color css

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

 span { border-color: rgb(186,160,72); }

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