#BDA897

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

Shades of Silk #BDA897

Tints of Silk #BDA897

Color information

#BDA897 (or 0xBDA897) is unknown color: approx Silk. HEX triplet: BD, A8 and 97. RGB value is (189,168,151). Sum of RGB (Red+Green+Blue) = 189+168+151=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA897 is #425768. Grayscale: #ACACAC. Windows color (decimal): -4347753 or 9939133. OLE color: 9939133.

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

Color convert

RGB189168151-
CMYK00.110.200.26
HSL26.84º22.35%66.67%-
HSV(B)26.84º20.11%74.12%-
XYZ40.5741.0635.06-
YUV172.34115.96139.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 151 (59.38% from 255) = 29.72%
R=37.20%
G=33.07%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916815100.110.200.2626.8422.3566.67
HexBDA8970B141A1b1643
Octal27525022701324323326103
Binary10111101101010001001011101011101001101011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA897; }

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

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

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

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

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

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

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

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