#BDA999

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

Shades of Silk #BDA999

Tints of Silk #BDA999

Color information

#BDA999 (or 0xBDA999) is unknown color: approx Silk. HEX triplet: BD, A9 and 99. RGB value is (189,169,153). Sum of RGB (Red+Green+Blue) = 189+169+153=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA999 is #425666. Grayscale: #ADADAD. Windows color (decimal): -4347495 or 10070461. OLE color: 10070461.

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

Color convert

RGB189169153-
CMYK00.110.190.26
HSL26.67º21.43%67.06%-
HSV(B)26.67º19.05%74.12%-
XYZ40.9241.4935.99-
YUV173.16116.63139.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 153 (60.16% from 255) = 29.94%
R=36.99%
G=33.07%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916915300.110.190.2626.6721.4367.06
HexBDA9990B131A1b1543
Octal27525123101323323325103
Binary10111101101010011001100101011100111101011011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA999; }

 p { color: rgb(189,169,153); }

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

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

 a { background-color: rgb(189,169,153); }

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

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

 span { border-color: rgb(189,169,153); }

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