#BDAA97

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

Shades of Silk #BDAA97

Tints of Silk #BDAA97

Color information

#BDAA97 (or 0xBDAA97) is unknown color: approx Silk. HEX triplet: BD, AA and 97. RGB value is (189,170,151). Sum of RGB (Red+Green+Blue) = 189+170+151=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAA97 is #425568. Grayscale: #ADADAD. Windows color (decimal): -4347241 or 9939645. OLE color: 9939645.

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

Color convert

RGB189170151-
CMYK00.100.200.26
HSL30º22.35%66.67%-
HSV(B)30º20.11%74.12%-
XYZ40.9541.835.19-
YUV173.52115.29139.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=37.06%
G=33.33%
B=29.61%

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
Decimal18917015100.100.200.263022.3566.67
HexBDAA970A141A1e1643
Octal27525222701224323626103
Binary10111101101010101001011101010101001101011110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA97; }

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

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

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

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

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

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

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

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