#BDAC98

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

Shades of Silk #BDAC98

Tints of Silk #BDAC98

Color information

#BDAC98 (or 0xBDAC98) is unknown color: approx Silk. HEX triplet: BD, AC and 98. RGB value is (189,172,152). Sum of RGB (Red+Green+Blue) = 189+172+152=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC98 is #425367. Grayscale: #AEAEAE. Windows color (decimal): -4346728 or 10005693. OLE color: 10005693.

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

Color convert

RGB189172152-
CMYK00.090.200.26
HSL32.43º21.89%66.86%-
HSV(B)32.43º19.58%74.12%-
XYZ41.4142.5935.74-
YUV174.8115.13138.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=36.84%
G=33.53%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917215200.090.200.2632.4321.8966.86
HexBDAC9809141A201643
Octal27525423001124324026103
Binary101111011010110010011000010011010011010100000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC98; }

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

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

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

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

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

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

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

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