#BEAB98

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

Shades of Silk #BEAB98

Tints of Silk #BEAB98

Color information

#BEAB98 (or 0xBEAB98) is unknown color: approx Silk. HEX triplet: BE, AB and 98. RGB value is (190,171,152). Sum of RGB (Red+Green+Blue) = 190+171+152=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB98 is #415467. Grayscale: #AEAEAE. Windows color (decimal): -4281448 or 10005438. OLE color: 10005438.

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

Color convert

RGB190171152-
CMYK00.100.20.25
HSL30º22.62%67.06%-
HSV(B)30º20%74.51%-
XYZ41.4742.3435.69-
YUV174.52115.29139.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=37.04%
G=33.33%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017115200.100.20.253022.6267.06
HexBEAB980A14191e1743
Octal27625323001224313627103
Binary10111110101010111001100001010101001100111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB98; }

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

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

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

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

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

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

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

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