#BEB1A4

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

Shades of Silk #BEB1A4

Tints of Silk #BEB1A4

Color information

#BEB1A4 (or 0xBEB1A4) is unknown color: approx Silk. HEX triplet: BE, B1 and A4. RGB value is (190,177,164). Sum of RGB (Red+Green+Blue) = 190+177+164=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1A4 is #414E5B. Grayscale: #B3B3B3. Windows color (decimal): -4279900 or 10793406. OLE color: 10793406.

HSL color Cylindrical-coordinate representation of color #BEB1A4: hue angle of 30º 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 #BEB1A4 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB190177164-
CMYK00.070.140.25
HSL30º16.67%69.41%-
HSV(B)30º13.68%74.51%-
XYZ43.6645.0741.52-
YUV179.4119.31135.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 177 (69.53% from 255) = 33.33%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=35.78%
G=33.33%
B=30.89%

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
Decimal19017716400.070.140.253016.6769.41
HexBEB1A407E191e1145
Octal2762612440716313621105
Binary101111101011000110100100011111101100111110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1A4; }

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

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

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

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

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

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

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

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