#BDA697

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

Shades of Silk #BDA697

Tints of Silk #BDA697

Color information

#BDA697 (or 0xBDA697) is unknown color: approx Silk. HEX triplet: BD, A6 and 97. RGB value is (189,166,151). Sum of RGB (Red+Green+Blue) = 189+166+151=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA697 is #425968. Grayscale: #ABABAB. Windows color (decimal): -4348265 or 9938621. OLE color: 9938621.

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

Color convert

RGB189166151-
CMYK00.120.200.26
HSL23.68º22.35%66.67%-
HSV(B)23.68º20.11%74.12%-
XYZ40.2140.3334.94-
YUV171.17116.62140.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 151 (59.38% from 255) = 29.84%
R=37.35%
G=32.81%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916615100.120.200.2623.6822.3566.67
HexBDA6970C141A181643
Octal27524622701424323026103
Binary10111101101001101001011101100101001101011000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA697; }

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

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

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

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

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

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

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

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