#BEABA1

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

Shades of Silk #BEABA1

Tints of Silk #BEABA1

Color information

#BEABA1 (or 0xBEABA1) is unknown color: approx Silk. HEX triplet: BE, AB and A1. RGB value is (190,171,161). Sum of RGB (Red+Green+Blue) = 190+171+161=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA1 is #41545E. Grayscale: #AFAFAF. Windows color (decimal): -4281439 or 10595262. OLE color: 10595262.

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

Color convert

RGB190171161-
CMYK00.100.150.25
HSL20.69º18.24%68.82%-
HSV(B)20.69º15.26%74.51%-
XYZ42.2342.6539.72-
YUV175.54119.79138.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 161 (63.28% from 255) = 30.84%
R=36.40%
G=32.76%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017116100.100.150.2520.6918.2468.82
HexBEABA10AF19151245
Octal27625324101217312522105
Binary1011111010101011101000010101011111100110101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABA1; }

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

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

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

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

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

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

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

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