#BDAA99

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

Shades of Silk #BDAA99

Tints of Silk #BDAA99

Color information

#BDAA99 (or 0xBDAA99) is unknown color: approx Silk. HEX triplet: BD, AA and 99. RGB value is (189,170,153). Sum of RGB (Red+Green+Blue) = 189+170+153=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAA99 is #425566. Grayscale: #ADADAD. Windows color (decimal): -4347239 or 10070717. OLE color: 10070717.

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

Color convert

RGB189170153-
CMYK00.100.190.26
HSL28.33º21.43%67.06%-
HSV(B)28.33º19.05%74.12%-
XYZ41.1141.8736.05-
YUV173.74116.29138.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=36.91%
G=33.20%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917015300.100.190.2628.3321.4367.06
HexBDAA990A131A1c1543
Octal27525223101223323425103
Binary10111101101010101001100101010100111101011100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA99; }

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

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

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

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

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

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

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

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