#BDA598

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

Shades of Silk #BDA598

Tints of Silk #BDA598

Color information

#BDA598 (or 0xBDA598) is unknown color: approx Silk. HEX triplet: BD, A5 and 98. RGB value is (189,165,152). Sum of RGB (Red+Green+Blue) = 189+165+152=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA598 is #425A67. Grayscale: #AAAAAA. Windows color (decimal): -4348520 or 10003901. OLE color: 10003901.

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

Color convert

RGB189165152-
CMYK00.130.200.26
HSL21.08º21.89%66.86%-
HSV(B)21.08º19.58%74.12%-
XYZ40.114035.31-
YUV170.69117.45141.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=37.35%
G=32.61%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916515200.130.200.2621.0821.8966.86
HexBDA5980D141A151643
Octal27524523001524322526103
Binary10111101101001011001100001101101001101010101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA598; }

 p { color: rgb(189,165,152); }

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

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

 a { background-color: rgb(189,165,152); }

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

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

 span { border-color: rgb(189,165,152); }

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