Html Css Color HEX #BAAD9D Silk

📋 copy color: '#BAAD9D'

red 186 ◦ green 173 ◦ blue 157

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

Shades of Silk #BAAD9D

Tints of Silk #BAAD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.53%

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

R = 36.05%
G = 33.53%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAAD9D (or 0xBAAD9D) is known color: Silk. HEX triplet: BA, AD and 9D. RGB value is (186,173,157). Sum of RGB (Red+Green+Blue) = 186+173+157=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD9D is #455262. Grayscale: #AFAFAF. Windows color (decimal): -4543075 or 10333626. OLE color: 10333626.

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

Color convert

RGB 186 173 157 -
CMYK 0 0.07 0.16 0.27
HSL 33.1º 0.17% 0.67% -
HSV(B) 33.1º 0.16% 0.73% -
XYZ 41.28 42.76 37.98 -
YUV 175.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 186 173 157 0 0.07 0.16 0.27 33.1 0.17 0.67
Hex BA AD 9D 0 7 10 1B 21 11 43
Octal 272 255 235 0 7 20 33 41 21 103
Binary 10111010 10101101 10011101 0 111 10000 11011 100001 10001 1000011

Color Harmonies of #BAAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAD9D

Black with #BAAD9D

Text Example


Text Example

White with #BAAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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