#BDAC99

Color #BDAC99 Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silk #BDAC99

Tints of Silk #BDAC99

Color information

#BDAC99 (or 0xBDAC99) is unknown color: approx Silk. HEX triplet: BD, AC and 99. RGB value is (189,172,153). Sum of RGB (Red+Green+Blue) = 189+172+153=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC99 is #425366. Grayscale: #AFAFAF. Windows color (decimal): -4346727 or 10071229. OLE color: 10071229.

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

Color convert

RGB189172153-
CMYK00.090.190.26
HSL31.67º21.43%67.06%-
HSV(B)31.67º19.05%74.12%-
XYZ41.4942.6236.18-
YUV174.92115.63138.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 153 (60.16% from 255) = 29.77%
R=36.77%
G=33.46%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917215300.090.190.2631.6721.4367.06
HexBDAC9909131A201543
Octal27525423101123324025103
Binary101111011010110010011001010011001111010100000101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC99; }

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

 H1.HeaderClassName
 {
   color: #BDAC99;
 }
 .AnyTagClassName
 {
   color: #BDAC99;
 }
</style>
background-color css

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

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

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

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

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

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