#BEA392

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

Shades of Del Rio #BEA392

Tints of Del Rio #BEA392

Color information

#BEA392 (or 0xBEA392) is unknown color: approx Del Rio. HEX triplet: BE, A3 and 92. RGB value is (190,163,146). Sum of RGB (Red+Green+Blue) = 190+163+146=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA392 is #415C6D. Grayscale: #A9A9A9. Windows color (decimal): -4283502 or 9610174. OLE color: 9610174.

HSL color Cylindrical-coordinate representation of color #BEA392: hue angle of 23.18º 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 #BEA392 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190163146-
CMYK00.140.230.25
HSL23.18º25.29%65.88%-
HSV(B)23.18º23.16%74.51%-
XYZ39.5239.2232.68-
YUV169.14114.95142.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 146 (57.42% from 255) = 29.26%
R=38.08%
G=32.67%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016314600.140.230.2523.1825.2965.88
HexBEA3920E1719171942
Octal27624322201627312731102
Binary10111110101000111001001001110101111100110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA392; }

 p { color: rgb(190,163,146); }

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

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

 a { background-color: rgb(190,163,146); }

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

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

 span { border-color: rgb(190,163,146); }

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