Html Css Color HEX #BDAF9F Silk

📋 copy color: '#BDAF9F'

red 189 ◦ green 175 ◦ blue 159

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

Shades of Silk #BDAF9F

Tints of Silk #BDAF9F

RGB

 RED value IS 189 (74.22% from 255) = 36.14%

 GREEN value IS 175 (68.75% from 255) = 33.46%

 BLUE value IS 159 (62.5% from 255) = 30.4%

R = 36.14%
G = 33.46%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDAF9F (or 0xBDAF9F) is known color: Silk. HEX triplet: BD, AF and 9F. RGB value is (189,175,159). Sum of RGB (Red+Green+Blue) = 189+175+159=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF9F is #425060. Grayscale: #B1B1B1. Windows color (decimal): -4345953 or 10465213. OLE color: 10465213.

HSL color Cylindrical-coordinate representation of color #BDAF9F: hue angle of 32º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDAF9F is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 159 -
CMYK 0 0.07 0.16 0.26
HSL 32º 0.19% 0.68% -
HSV(B) 32º 0.16% 0.74% -
XYZ 42.57 43.98 39.05 -
YUV 177.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 189 175 159 0 0.07 0.16 0.26 32 0.19 0.68
Hex BD AF 9F 0 7 10 1A 20 13 44
Octal 275 257 237 0 7 20 32 40 23 104
Binary 10111101 10101111 10011111 0 111 10000 11010 100000 10011 1000100

Color Harmonies of #BDAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF9F

Black with #BDAF9F

Text Example


Text Example

White with #BDAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF9F; }

 p { color: rgb(189,175,159); }

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

background-color css

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

 a { background-color: rgb(189,175,159); }

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

border-color css

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

 span { border-color: rgb(189,175,159); }

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