Html Css Color HEX #BAA050 Husk

📋 copy color: '#BAA050'

red 186 ◦ green 160 ◦ blue 80

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

Shades of Husk #BAA050

Tints of Husk #BAA050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.78%

R = 43.66%
G = 37.56%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BAA050 (or 0xBAA050) is known color: Husk. HEX triplet: BA, A0 and 50. RGB value is (186,160,80). Sum of RGB (Red+Green+Blue) = 186+160+80=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA050 is #455FAF. Grayscale: #9F9F9F. Windows color (decimal): -4546480 or 5284026. OLE color: 5284026.

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

Color convert

RGB 186 160 80 -
CMYK 0 0.14 0.57 0.27
HSL 45.28º 0.43% 0.52% -
HSV(B) 45.28º 0.57% 0.73% -
XYZ 34.27 36.16 12.76 -
YUV 158.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 186 160 80 0 0.14 0.57 0.27 45.28 0.43 0.52
Hex BA A0 50 0 E 39 1B 2D 2B 34
Octal 272 240 120 0 16 71 33 55 53 64
Binary 10111010 10100000 1010000 0 1110 111001 11011 101101 101011 110100

Color Harmonies of #BAA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA050

Black with #BAA050

Text Example


Text Example

White with #BAA050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA050; }

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

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

background-color css

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

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

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

border-color css

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

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

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