#BEA696

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

Shades of Silk #BEA696

Tints of Silk #BEA696

Color information

#BEA696 (or 0xBEA696) is unknown color: approx Silk. HEX triplet: BE, A6 and 96. RGB value is (190,166,150). Sum of RGB (Red+Green+Blue) = 190+166+150=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA696 is #415969. Grayscale: #ABABAB. Windows color (decimal): -4282730 or 9873086. OLE color: 9873086.

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

Color convert

RGB190166150-
CMYK00.130.210.25
HSL24º23.53%66.67%-
HSV(B)24º21.05%74.51%-
XYZ40.3840.4234.53-
YUV171.35115.95141.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=37.55%
G=32.81%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016615000.130.210.252423.5366.67
HexBEA6960D1519181843
Octal27624622601525313030103
Binary10111110101001101001011001101101011100111000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA696; }

 p { color: rgb(190,166,150); }

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

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

 a { background-color: rgb(190,166,150); }

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

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

 span { border-color: rgb(190,166,150); }

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