#BDA698

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

Shades of Silk #BDA698

Tints of Silk #BDA698

Color information

#BDA698 (or 0xBDA698) is unknown color: approx Silk. HEX triplet: BD, A6 and 98. RGB value is (189,166,152). Sum of RGB (Red+Green+Blue) = 189+166+152=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA698 is #425967. Grayscale: #ABABAB. Windows color (decimal): -4348264 or 10004157. OLE color: 10004157.

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

Color convert

RGB189166152-
CMYK00.120.200.26
HSL22.7º21.89%66.86%-
HSV(B)22.7º19.58%74.12%-
XYZ40.2940.3635.37-
YUV171.28117.12140.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=37.28%
G=32.74%
B=29.98%

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
Decimal18916615200.120.200.2622.721.8966.86
HexBDA6980C141A171643
Octal27524623001424322726103
Binary10111101101001101001100001100101001101010111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA698; }

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

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

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

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

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

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

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

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