Html Css Color HEX #BDAC9F Silk

📋 copy color: '#BDAC9F'

red 189 ◦ green 172 ◦ blue 159

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

Shades of Silk #BDAC9F

Tints of Silk #BDAC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

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

R = 36.35%
G = 33.08%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDAC9F (or 0xBDAC9F) is known color: Silk. HEX triplet: BD, AC and 9F. RGB value is (189,172,159). Sum of RGB (Red+Green+Blue) = 189+172+159=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC9F is #425360. Grayscale: #AFAFAF. Windows color (decimal): -4346721 or 10464445. OLE color: 10464445.

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

Color convert

RGB 189 172 159 -
CMYK 0 0.09 0.16 0.26
HSL 26º 0.19% 0.68% -
HSV(B) 26º 0.16% 0.74% -
XYZ 42 42.83 38.85 -
YUV 175.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 189 172 159 0 0.09 0.16 0.26 26 0.19 0.68
Hex BD AC 9F 0 9 10 1A 1A 13 44
Octal 275 254 237 0 11 20 32 32 23 104
Binary 10111101 10101100 10011111 0 1001 10000 11010 11010 10011 1000100

Color Harmonies of #BDAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC9F

Black with #BDAC9F

Text Example


Text Example

White with #BDAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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