Html Css Color HEX #BFAD9D Silk

📋 copy color: '#BFAD9D'

red 191 ◦ green 173 ◦ blue 157

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

Shades of Silk #BFAD9D

Tints of Silk #BFAD9D

RGB

 RED value IS 191 (75% from 255) = 36.66%

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

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

R = 36.66%
G = 33.21%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BFAD9D (or 0xBFAD9D) is known color: Silk. HEX triplet: BF, AD and 9D. RGB value is (191,173,157). Sum of RGB (Red+Green+Blue) = 191+173+157=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAD9D is #405262. Grayscale: #B0B0B0. Windows color (decimal): -4215395 or 10333631. OLE color: 10333631.

HSL color Cylindrical-coordinate representation of color #BFAD9D: hue angle of 28.24º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFAD9D is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 173 157 -
CMYK 0 0.09 0.18 0.25
HSL 28.24º 0.21% 0.68% -
HSV(B) 28.24º 0.18% 0.75% -
XYZ 42.52 43.4 38.03 -
YUV 176.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 191 173 157 0 0.09 0.18 0.25 28.24 0.21 0.68
Hex BF AD 9D 0 9 12 19 1C 15 44
Octal 277 255 235 0 11 22 31 34 25 104
Binary 10111111 10101101 10011101 0 1001 10010 11001 11100 10101 1000100

Color Harmonies of #BFAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAD9D

Black with #BFAD9D

Text Example


Text Example

White with #BFAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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