#BEA293

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

Shades of Del Rio #BEA293

Tints of Del Rio #BEA293

Color information

#BEA293 (or 0xBEA293) is unknown color: approx Del Rio. HEX triplet: BE, A2 and 93. RGB value is (190,162,147). Sum of RGB (Red+Green+Blue) = 190+162+147=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA293 is #415D6C. Grayscale: #A8A8A8. Windows color (decimal): -4283757 or 9675454. OLE color: 9675454.

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

Color convert

RGB190162147-
CMYK00.150.230.25
HSL20.93º24.86%66.08%-
HSV(B)20.93º22.63%74.51%-
XYZ39.4238.8933.03-
YUV168.66115.78143.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=38.08%
G=32.46%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016214700.150.230.2520.9324.8666.08
HexBEA2930F1719151942
Octal27624222301727312531102
Binary10111110101000101001001101111101111100110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA293; }

 p { color: rgb(190,162,147); }

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

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

 a { background-color: rgb(190,162,147); }

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

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

 span { border-color: rgb(190,162,147); }

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