Html Css Color HEX #BAA052 Husk

📋 copy color: '#BAA052'

red 186 ◦ green 160 ◦ blue 82

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

Shades of Husk #BAA052

Tints of Husk #BAA052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.16%

R = 43.46%
G = 37.38%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BAA052 (or 0xBAA052) is known color: Husk. HEX triplet: BA, A0 and 52. RGB value is (186,160,82). Sum of RGB (Red+Green+Blue) = 186+160+82=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA052 is #455FAD. Grayscale: #9F9F9F. Windows color (decimal): -4546478 or 5415098. OLE color: 5415098.

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

Color convert

RGB 186 160 82 -
CMYK 0 0.14 0.56 0.27
HSL 45º 0.43% 0.53% -
HSV(B) 45º 0.56% 0.73% -
XYZ 34.34 36.19 13.16 -
YUV 158.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 186 160 82 0 0.14 0.56 0.27 45 0.43 0.53
Hex BA A0 52 0 E 38 1B 2D 2B 35
Octal 272 240 122 0 16 70 33 55 53 65
Binary 10111010 10100000 1010010 0 1110 111000 11011 101101 101011 110101

Color Harmonies of #BAA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA052

Black with #BAA052

Text Example


Text Example

White with #BAA052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA052; }

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

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

background-color css

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

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

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

border-color css

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

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

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