#BEAB9B

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

Shades of Silk #BEAB9B

Tints of Silk #BEAB9B

Color information

#BEAB9B (or 0xBEAB9B) is unknown color: approx Silk. HEX triplet: BE, AB and 9B. RGB value is (190,171,155). Sum of RGB (Red+Green+Blue) = 190+171+155=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB9B is #415464. Grayscale: #AEAEAE. Windows color (decimal): -4281445 or 10202046. OLE color: 10202046.

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

Color convert

RGB190171155-
CMYK00.100.180.25
HSL27.43º21.21%67.65%-
HSV(B)27.43º18.42%74.51%-
XYZ41.7142.4437-
YUV174.86116.79138.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=36.82%
G=33.14%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017115500.100.180.2527.4321.2167.65
HexBEAB9B0A12191b1544
Octal27625323301222313325104
Binary10111110101010111001101101010100101100111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB9B; }

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

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

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

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

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

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

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

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