#BDAB99

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

Shades of Silk #BDAB99

Tints of Silk #BDAB99

Color information

#BDAB99 (or 0xBDAB99) is unknown color: approx Silk. HEX triplet: BD, AB and 99. RGB value is (189,171,153). Sum of RGB (Red+Green+Blue) = 189+171+153=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB99 is #425466. Grayscale: #AEAEAE. Windows color (decimal): -4346983 or 10070973. OLE color: 10070973.

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

Color convert

RGB189171153-
CMYK00.100.190.26
HSL30º21.43%67.06%-
HSV(B)30º19.05%74.12%-
XYZ41.342.2436.11-
YUV174.33115.96138.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=36.84%
G=33.33%
B=29.82%

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
Decimal18917115300.100.190.263021.4367.06
HexBDAB990A131A1e1543
Octal27525323101223323625103
Binary10111101101010111001100101010100111101011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB99; }

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

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

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

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

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

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

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

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