#BEABA0

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

Shades of Silk #BEABA0

Tints of Silk #BEABA0

Color information

#BEABA0 (or 0xBEABA0) is unknown color: approx Silk. HEX triplet: BE, AB and A0. RGB value is (190,171,160). Sum of RGB (Red+Green+Blue) = 190+171+160=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA0 is #41545F. Grayscale: #AFAFAF. Windows color (decimal): -4281440 or 10529726. OLE color: 10529726.

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

Color convert

RGB190171160-
CMYK00.100.160.25
HSL22º18.75%68.63%-
HSV(B)22º15.79%74.51%-
XYZ42.1442.6139.26-
YUV175.43119.29138.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=36.47%
G=32.82%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017116000.100.160.252218.7568.63
HexBEABA00A1019161345
Octal27625324001220312623105
Binary10111110101010111010000001010100001100110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABA0; }

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

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

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

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

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

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

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

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