Html Css Color HEX #BAA595 Silk

📋 copy color: '#BAA595'

red 186 ◦ green 165 ◦ blue 149

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

Shades of Silk #BAA595

Tints of Silk #BAA595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.8%

R = 37.2%
G = 33%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAA595 (or 0xBAA595) is known color: Silk. HEX triplet: BA, A5 and 95. RGB value is (186,165,149). Sum of RGB (Red+Green+Blue) = 186+165+149=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA595 is #455A6A. Grayscale: #A9A9A9. Windows color (decimal): -4545131 or 9807290. OLE color: 9807290.

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

Color convert

RGB 186 165 149 -
CMYK 0 0.11 0.20 0.27
HSL 25.95º 0.21% 0.66% -
HSV(B) 25.95º 0.2% 0.73% -
XYZ 39.13 39.52 34 -
YUV 169.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 186 165 149 0 0.11 0.20 0.27 25.95 0.21 0.66
Hex BA A5 95 0 B 14 1B 1A 15 42
Octal 272 245 225 0 13 24 33 32 25 102
Binary 10111010 10100101 10010101 0 1011 10100 11011 11010 10101 1000010

Color Harmonies of #BAA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA595

Black with #BAA595

Text Example


Text Example

White with #BAA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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