#BDA494

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

Shades of Silk #BDA494

Tints of Silk #BDA494

Color information

#BDA494 (or 0xBDA494) is unknown color: approx Silk. HEX triplet: BD, A4 and 94. RGB value is (189,164,148). Sum of RGB (Red+Green+Blue) = 189+164+148=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA494 is #425B6B. Grayscale: #A9A9A9. Windows color (decimal): -4348780 or 9741501. OLE color: 9741501.

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

Color convert

RGB189164148-
CMYK00.130.220.26
HSL23.41º23.7%66.08%-
HSV(B)23.41º21.69%74.12%-
XYZ39.6139.5133.56-
YUV169.65115.78141.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=37.72%
G=32.73%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916414800.130.220.2623.4123.766.08
HexBDA4940D161A171842
Octal27524422401526322730102
Binary10111101101001001001010001101101101101010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA494; }

 p { color: rgb(189,164,148); }

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

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

 a { background-color: rgb(189,164,148); }

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

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

 span { border-color: rgb(189,164,148); }

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