#BDA596

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

Shades of Silk #BDA596

Tints of Silk #BDA596

Color information

#BDA596 (or 0xBDA596) is unknown color: approx Silk. HEX triplet: BD, A5 and 96. RGB value is (189,165,150). Sum of RGB (Red+Green+Blue) = 189+165+150=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA596 is #425A69. Grayscale: #AAAAAA. Windows color (decimal): -4348522 or 9872829. OLE color: 9872829.

HSL color Cylindrical-coordinate representation of color #BDA596: hue angle of 23.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA596 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB189165150-
CMYK00.130.210.26
HSL23.08º22.81%66.47%-
HSV(B)23.08º20.63%74.12%-
XYZ39.9539.9334.46-
YUV170.47116.45141.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=37.5%
G=32.74%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916515000.130.210.2623.0822.8166.47
HexBDA5960D151A171742
Octal27524522601525322727102
Binary10111101101001011001011001101101011101010111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA596; }

 p { color: rgb(189,165,150); }

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

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

 a { background-color: rgb(189,165,150); }

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

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

 span { border-color: rgb(189,165,150); }

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