#BDAB97

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

Shades of Silk #BDAB97

Tints of Silk #BDAB97

Color information

#BDAB97 (or 0xBDAB97) is unknown color: approx Silk. HEX triplet: BD, AB and 97. RGB value is (189,171,151). Sum of RGB (Red+Green+Blue) = 189+171+151=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB97 is #425468. Grayscale: #AEAEAE. Windows color (decimal): -4346985 or 9939901. OLE color: 9939901.

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

Color convert

RGB189171151-
CMYK00.100.200.26
HSL31.58º22.35%66.67%-
HSV(B)31.58º20.11%74.12%-
XYZ41.1442.1835.25-
YUV174.1114.96138.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 151 (59.38% from 255) = 29.55%
R=36.99%
G=33.46%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917115100.100.200.2631.5822.3566.67
HexBDAB970A141A201643
Octal27525322701224324026103
Binary101111011010101110010111010101010011010100000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB97; }

 p { color: rgb(189,171,151); }

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

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

 a { background-color: rgb(189,171,151); }

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

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

 span { border-color: rgb(189,171,151); }

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