#BDA798

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

Shades of Silk #BDA798

Tints of Silk #BDA798

Color information

#BDA798 (or 0xBDA798) is unknown color: approx Silk. HEX triplet: BD, A7 and 98. RGB value is (189,167,152). Sum of RGB (Red+Green+Blue) = 189+167+152=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA798 is #425867. Grayscale: #ABABAB. Windows color (decimal): -4348008 or 10004413. OLE color: 10004413.

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

Color convert

RGB189167152-
CMYK00.120.200.26
HSL24.32º21.89%66.86%-
HSV(B)24.32º19.58%74.12%-
XYZ40.4740.7235.43-
YUV171.87116.79140.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=37.20%
G=32.87%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916715200.120.200.2624.3221.8966.86
HexBDA7980C141A181643
Octal27524723001424323026103
Binary10111101101001111001100001100101001101011000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA798; }

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

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

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

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

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

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

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

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