#BDA894

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

Shades of Silk #BDA894

Tints of Silk #BDA894

Color information

#BDA894 (or 0xBDA894) is unknown color: approx Silk. HEX triplet: BD, A8 and 94. RGB value is (189,168,148). Sum of RGB (Red+Green+Blue) = 189+168+148=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA894 is #42576B. Grayscale: #ACACAC. Windows color (decimal): -4347756 or 9742525. OLE color: 9742525.

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

Color convert

RGB189168148-
CMYK00.110.220.26
HSL29.27º23.7%66.08%-
HSV(B)29.27º21.69%74.12%-
XYZ40.3340.9633.8-
YUV172114.46140.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=37.43%
G=33.27%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916814800.110.220.2629.2723.766.08
HexBDA8940B161A1d1842
Octal27525022401326323530102
Binary10111101101010001001010001011101101101011101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA894; }

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

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

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

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

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

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

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

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