Html Css Color HEX #BAA153 Husk

📋 copy color: '#BAA153'

red 186 ◦ green 161 ◦ blue 83

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

Shades of Husk #BAA153

Tints of Husk #BAA153

RGB

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

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

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

R = 43.26%
G = 37.44%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BAA153 (or 0xBAA153) is known color: Husk. HEX triplet: BA, A1 and 53. RGB value is (186,161,83). Sum of RGB (Red+Green+Blue) = 186+161+83=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA153 is #455EAC. Grayscale: #9F9F9F. Windows color (decimal): -4546221 or 5480890. OLE color: 5480890.

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

Color convert

RGB 186 161 83 -
CMYK 0 0.13 0.55 0.27
HSL 45.44º 0.43% 0.53% -
HSV(B) 45.44º 0.55% 0.73% -
XYZ 34.56 36.55 13.42 -
YUV 159.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 186 161 83 0 0.13 0.55 0.27 45.44 0.43 0.53
Hex BA A1 53 0 D 37 1B 2D 2B 35
Octal 272 241 123 0 15 67 33 55 53 65
Binary 10111010 10100001 1010011 0 1101 110111 11011 101101 101011 110101

Color Harmonies of #BAA153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA153

Black with #BAA153

Text Example


Text Example

White with #BAA153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA153; }

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

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

background-color css

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

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

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

border-color css

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

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

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