#BEAB99

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

Shades of Silk #BEAB99

Tints of Silk #BEAB99

Color information

#BEAB99 (or 0xBEAB99) is unknown color: approx Silk. HEX triplet: BE, AB and 99. RGB value is (190,171,153). Sum of RGB (Red+Green+Blue) = 190+171+153=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB99 is #415466. Grayscale: #AEAEAE. Windows color (decimal): -4281447 or 10070974. OLE color: 10070974.

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

Color convert

RGB190171153-
CMYK00.100.190.25
HSL29.19º22.16%67.25%-
HSV(B)29.19º19.47%74.51%-
XYZ41.5542.3736.13-
YUV174.63115.79138.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 153 (60.16% from 255) = 29.77%
R=36.96%
G=33.27%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017115300.100.190.2529.1922.1667.25
HexBEAB990A13191d1643
Octal27625323101223313526103
Binary10111110101010111001100101010100111100111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB99; }

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

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

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

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

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

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

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

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