Html Css Color HEX #BAA151 Husk

📋 copy color: '#BAA151'

red 186 ◦ green 161 ◦ blue 81

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

Shades of Husk #BAA151

Tints of Husk #BAA151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.93%

R = 43.46%
G = 37.62%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BAA151 (or 0xBAA151) is known color: Husk. HEX triplet: BA, A1 and 51. RGB value is (186,161,81). Sum of RGB (Red+Green+Blue) = 186+161+81=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA151 is #455EAE. Grayscale: #9F9F9F. Windows color (decimal): -4546223 or 5349818. OLE color: 5349818.

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

Color convert

RGB 186 161 81 -
CMYK 0 0.13 0.56 0.27
HSL 45.71º 0.43% 0.52% -
HSV(B) 45.71º 0.56% 0.73% -
XYZ 34.48 36.52 13.02 -
YUV 159.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 186 161 81 0 0.13 0.56 0.27 45.71 0.43 0.52
Hex BA A1 51 0 D 38 1B 2E 2B 34
Octal 272 241 121 0 15 70 33 56 53 64
Binary 10111010 10100001 1010001 0 1101 111000 11011 101110 101011 110100

Color Harmonies of #BAA151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA151

Black with #BAA151

Text Example


Text Example

White with #BAA151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA151; }

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

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

background-color css

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

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

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

border-color css

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

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

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