#BEA395

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

Shades of Del Rio #BEA395

Tints of Del Rio #BEA395

Color information

#BEA395 (or 0xBEA395) is unknown color: approx Del Rio. HEX triplet: BE, A3 and 95. RGB value is (190,163,149). Sum of RGB (Red+Green+Blue) = 190+163+149=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA395 is #415C6A. Grayscale: #A9A9A9. Windows color (decimal): -4283499 or 9806782. OLE color: 9806782.

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

Color convert

RGB190163149-
CMYK00.140.220.25
HSL20.49º23.98%66.47%-
HSV(B)20.49º21.58%74.51%-
XYZ39.7639.3133.93-
YUV169.48116.45142.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=37.85%
G=32.47%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016314900.140.220.2520.4923.9866.47
HexBEA3950E1619141842
Octal27624322501626312430102
Binary10111110101000111001010101110101101100110100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA395; }

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

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

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

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

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

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

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

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