Html Css Color HEX #BAA053 Husk

📋 copy color: '#BAA053'

red 186 ◦ green 160 ◦ blue 83

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

Shades of Husk #BAA053

Tints of Husk #BAA053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.35%

R = 43.36%
G = 37.3%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BAA053 (or 0xBAA053) is known color: Husk. HEX triplet: BA, A0 and 53. RGB value is (186,160,83). Sum of RGB (Red+Green+Blue) = 186+160+83=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA053 is #455FAC. Grayscale: #9F9F9F. Windows color (decimal): -4546477 or 5480634. OLE color: 5480634.

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

Color convert

RGB 186 160 83 -
CMYK 0 0.14 0.55 0.27
HSL 44.85º 0.43% 0.53% -
HSV(B) 44.85º 0.55% 0.73% -
XYZ 34.38 36.21 13.36 -
YUV 159 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 186 160 83 0 0.14 0.55 0.27 44.85 0.43 0.53
Hex BA A0 53 0 E 37 1B 2D 2B 35
Octal 272 240 123 0 16 67 33 55 53 65
Binary 10111010 10100000 1010011 0 1110 110111 11011 101101 101011 110101

Color Harmonies of #BAA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA053

Black with #BAA053

Text Example


Text Example

White with #BAA053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA053; }

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

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

background-color css

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

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

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

border-color css

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

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

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