#BDA692

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

Shades of Silk #BDA692

Tints of Silk #BDA692

Color information

#BDA692 (or 0xBDA692) is unknown color: approx Silk. HEX triplet: BD, A6 and 92. RGB value is (189,166,146). Sum of RGB (Red+Green+Blue) = 189+166+146=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA692 is #42596D. Grayscale: #AAAAAA. Windows color (decimal): -4348270 or 9610941. OLE color: 9610941.

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

Color convert

RGB189166146-
CMYK00.120.230.26
HSL27.91º24.57%65.69%-
HSV(B)27.91º22.75%74.12%-
XYZ39.8140.1732.85-
YUV170.6114.12141.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=37.72%
G=33.13%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916614600.120.230.2627.9124.5765.69
HexBDA6920C171A1c1942
Octal27524622201427323431102
Binary10111101101001101001001001100101111101011100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA692; }

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

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

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

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

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

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

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

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