Html Css Color HEX #BAA596 Silk

📋 copy color: '#BAA596'

red 186 ◦ green 165 ◦ blue 150

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

Shades of Silk #BAA596

Tints of Silk #BAA596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.94%

R = 37.13%
G = 32.93%
B = 29.94%

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

#BAA596 (or 0xBAA596) is known color: Silk. HEX triplet: BA, A5 and 96. RGB value is (186,165,150). Sum of RGB (Red+Green+Blue) = 186+165+150=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA596 is #455A69. Grayscale: #A9A9A9. Windows color (decimal): -4545130 or 9872826. OLE color: 9872826.

HSL color Cylindrical-coordinate representation of color #BAA596: hue angle of 25º degrees, saturation: 0.21, 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 #BAA596 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 150 -
CMYK 0 0.11 0.19 0.27
HSL 25º 0.21% 0.66% -
HSV(B) 25º 0.19% 0.73% -
XYZ 39.21 39.55 34.42 -
YUV 169.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 186 165 150 0 0.11 0.19 0.27 25 0.21 0.66
Hex BA A5 96 0 B 13 1B 19 15 42
Octal 272 245 226 0 13 23 33 31 25 102
Binary 10111010 10100101 10010110 0 1011 10011 11011 11001 10101 1000010

Color Harmonies of #BAA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA596

Black with #BAA596

Text Example


Text Example

White with #BAA596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA596; }

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

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

background-color css

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

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

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

border-color css

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

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

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