Html Css Color HEX #BAA796 Silk

📋 copy color: '#BAA796'

red 186 ◦ green 167 ◦ blue 150

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

Shades of Silk #BAA796

Tints of Silk #BAA796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.2%

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

R = 36.98%
G = 33.2%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAA796 (or 0xBAA796) is known color: Silk. HEX triplet: BA, A7 and 96. RGB value is (186,167,150). Sum of RGB (Red+Green+Blue) = 186+167+150=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA796 is #455869. Grayscale: #AAAAAA. Windows color (decimal): -4544618 or 9873338. OLE color: 9873338.

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

Color convert

RGB 186 167 150 -
CMYK 0 0.10 0.19 0.27
HSL 28.33º 0.21% 0.66% -
HSV(B) 28.33º 0.19% 0.73% -
XYZ 39.57 40.28 34.54 -
YUV 170.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 186 167 150 0 0.10 0.19 0.27 28.33 0.21 0.66
Hex BA A7 96 0 A 13 1B 1C 15 42
Octal 272 247 226 0 12 23 33 34 25 102
Binary 10111010 10100111 10010110 0 1010 10011 11011 11100 10101 1000010

Color Harmonies of #BAA796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA796

Black with #BAA796

Text Example


Text Example

White with #BAA796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA796; }

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

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

background-color css

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

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

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

border-color css

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

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

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