#BEB0A4

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

Shades of Silk #BEB0A4

Tints of Silk #BEB0A4

Color information

#BEB0A4 (or 0xBEB0A4) is unknown color: approx Silk. HEX triplet: BE, B0 and A4. RGB value is (190,176,164). Sum of RGB (Red+Green+Blue) = 190+176+164=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0A4 is #414F5B. Grayscale: #B2B2B2. Windows color (decimal): -4280156 or 10793150. OLE color: 10793150.

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

Color convert

RGB190176164-
CMYK00.070.140.25
HSL27.69º16.67%69.41%-
HSV(B)27.69º13.68%74.51%-
XYZ43.4644.6841.46-
YUV178.82119.64135.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=35.85%
G=33.21%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017616400.070.140.2527.6916.6769.41
HexBEB0A407E191c1145
Octal2762602440716313421105
Binary101111101011000010100100011111101100111100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0A4; }

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

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

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

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

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

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

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

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