Html Css Color HEX #BAA150 Husk

📋 copy color: '#BAA150'

red 186 ◦ green 161 ◦ blue 80

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

Shades of Husk #BAA150

Tints of Husk #BAA150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

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

R = 43.56%
G = 37.7%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BAA150 (or 0xBAA150) is known color: Husk. HEX triplet: BA, A1 and 50. RGB value is (186,161,80). Sum of RGB (Red+Green+Blue) = 186+161+80=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA150 is #455EAF. Grayscale: #9F9F9F. Windows color (decimal): -4546224 or 5284282. OLE color: 5284282.

HSL color Cylindrical-coordinate representation of color #BAA150: hue angle of 45.85º 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 #BAA150 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 80 -
CMYK 0 0.13 0.57 0.27
HSL 45.85º 0.43% 0.52% -
HSV(B) 45.85º 0.57% 0.73% -
XYZ 34.44 36.51 12.82 -
YUV 159.24 83.28 147.09 -
System Red Green Blue C M Y K H S L
Decimal 186 161 80 0 0.13 0.57 0.27 45.85 0.43 0.52
Hex BA A1 50 0 D 39 1B 2E 2B 34
Octal 272 241 120 0 15 71 33 56 53 64
Binary 10111010 10100001 1010000 0 1101 111001 11011 101110 101011 110100

Color Harmonies of #BAA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA150

Black with #BAA150

Text Example


Text Example

White with #BAA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA150; }

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

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

background-color css

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

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

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

border-color css

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

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

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