#BEB0A1

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

Shades of Silk #BEB0A1

Tints of Silk #BEB0A1

Color information

#BEB0A1 (or 0xBEB0A1) is unknown color: approx Silk. HEX triplet: BE, B0 and A1. RGB value is (190,176,161). Sum of RGB (Red+Green+Blue) = 190+176+161=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0A1 is #414F5E. Grayscale: #B2B2B2. Windows color (decimal): -4280159 or 10596542. OLE color: 10596542.

HSL color Cylindrical-coordinate representation of color #BEB0A1: hue angle of 31.03º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEB0A1 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB190176161-
CMYK00.070.150.25
HSL31.03º18.24%68.82%-
HSV(B)31.03º15.26%74.51%-
XYZ43.1944.5740.04-
YUV178.48118.14136.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 161 (63.28% from 255) = 30.55%
R=36.05%
G=33.40%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017616100.070.150.2531.0318.2468.82
HexBEB0A107F191f1245
Octal2762602410717313722105
Binary101111101011000010100001011111111100111111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0A1; }

 p { color: rgb(190,176,161); }

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

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

 a { background-color: rgb(190,176,161); }

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

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

 span { border-color: rgb(190,176,161); }

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