Html Css Color HEX #BAA597 Silk

📋 copy color: '#BAA597'

red 186 ◦ green 165 ◦ blue 151

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

Shades of Silk #BAA597

Tints of Silk #BAA597

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.87%

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 37.05%
G = 32.87%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAA597 (or 0xBAA597) is known color: Silk. HEX triplet: BA, A5 and 97. RGB value is (186,165,151). Sum of RGB (Red+Green+Blue) = 186+165+151=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA597 is #455A68. Grayscale: #A9A9A9. Windows color (decimal): -4545129 or 9938362. OLE color: 9938362.

HSL color Cylindrical-coordinate representation of color #BAA597: hue angle of 24º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAA597 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 151 -
CMYK 0 0.11 0.19 0.27
HSL 24º 0.2% 0.66% -
HSV(B) 24º 0.19% 0.73% -
XYZ 39.29 39.58 34.85 -
YUV 169.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 186 165 151 0 0.11 0.19 0.27 24 0.2 0.66
Hex BA A5 97 0 B 13 1B 18 14 42
Octal 272 245 227 0 13 23 33 30 24 102
Binary 10111010 10100101 10010111 0 1011 10011 11011 11000 10100 1000010

Color Harmonies of #BAA597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA597

Black with #BAA597

Text Example


Text Example

White with #BAA597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA597; }

 p { color: rgb(186,165,151); }

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

background-color css

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

 a { background-color: rgb(186,165,151); }

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

border-color css

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

 span { border-color: rgb(186,165,151); }

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