Html Css Color HEX #BAA155 Husk

📋 copy color: '#BAA155'

red 186 ◦ green 161 ◦ blue 85

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

Shades of Husk #BAA155

Tints of Husk #BAA155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 43.06%
G = 37.27%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BAA155 (or 0xBAA155) is known color: Husk. HEX triplet: BA, A1 and 55. RGB value is (186,161,85). Sum of RGB (Red+Green+Blue) = 186+161+85=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA155 is #455EAA. Grayscale: #A0A0A0. Windows color (decimal): -4546219 or 5611962. OLE color: 5611962.

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

Color convert

RGB 186 161 85 -
CMYK 0 0.13 0.54 0.27
HSL 45.15º 0.42% 0.53% -
HSV(B) 45.15º 0.54% 0.73% -
XYZ 34.63 36.58 13.83 -
YUV 159.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 186 161 85 0 0.13 0.54 0.27 45.15 0.42 0.53
Hex BA A1 55 0 D 36 1B 2D 2A 35
Octal 272 241 125 0 15 66 33 55 52 65
Binary 10111010 10100001 1010101 0 1101 110110 11011 101101 101010 110101

Color Harmonies of #BAA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA155

Black with #BAA155

Text Example


Text Example

White with #BAA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA155; }

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

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

background-color css

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

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

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

border-color css

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

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

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