Html Css Color HEX #BAAB9D Silk

📋 copy color: '#BAAB9D'

red 186 ◦ green 171 ◦ blue 157

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

Shades of Silk #BAAB9D

Tints of Silk #BAAB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.27%

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 36.19%
G = 33.27%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAAB9D (or 0xBAAB9D) is known color: Silk. HEX triplet: BA, AB and 9D. RGB value is (186,171,157). Sum of RGB (Red+Green+Blue) = 186+171+157=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB9D is #455462. Grayscale: #ADADAD. Windows color (decimal): -4543587 or 10333114. OLE color: 10333114.

HSL color Cylindrical-coordinate representation of color #BAAB9D: hue angle of 28.97º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAAB9D is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 171 157 -
CMYK 0 0.08 0.16 0.27
HSL 28.97º 0.17% 0.67% -
HSV(B) 28.97º 0.16% 0.73% -
XYZ 40.9 42 37.85 -
YUV 173.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 186 171 157 0 0.08 0.16 0.27 28.97 0.17 0.67
Hex BA AB 9D 0 8 10 1B 1D 11 43
Octal 272 253 235 0 10 20 33 35 21 103
Binary 10111010 10101011 10011101 0 1000 10000 11011 11101 10001 1000011

Color Harmonies of #BAAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB9D

Black with #BAAB9D

Text Example


Text Example

White with #BAAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB9D; }

 p { color: rgb(186,171,157); }

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

background-color css

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

 a { background-color: rgb(186,171,157); }

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

border-color css

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

 span { border-color: rgb(186,171,157); }

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