#BEA995

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

Shades of Silk #BEA995

Tints of Silk #BEA995

Color information

#BEA995 (or 0xBEA995) is unknown color: approx Silk. HEX triplet: BE, A9 and 95. RGB value is (190,169,149). Sum of RGB (Red+Green+Blue) = 190+169+149=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA995 is #41566A. Grayscale: #ADADAD. Windows color (decimal): -4281963 or 9808318. OLE color: 9808318.

HSL color Cylindrical-coordinate representation of color #BEA995: hue angle of 29.27º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEA995 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190169149-
CMYK00.110.220.25
HSL29.27º23.98%66.47%-
HSV(B)29.27º21.58%74.51%-
XYZ40.8541.4934.29-
YUV173114.46140.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=37.40%
G=33.27%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016914900.110.220.2529.2723.9866.47
HexBEA9950B16191d1842
Octal27625122501326313530102
Binary10111110101010011001010101011101101100111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA995; }

 p { color: rgb(190,169,149); }

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

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

 a { background-color: rgb(190,169,149); }

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

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

 span { border-color: rgb(190,169,149); }

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