#BEA295

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

Shades of Del Rio #BEA295

Tints of Del Rio #BEA295

Color information

#BEA295 (or 0xBEA295) is unknown color: approx Del Rio. HEX triplet: BE, A2 and 95. RGB value is (190,162,149). Sum of RGB (Red+Green+Blue) = 190+162+149=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA295 is #415D6A. Grayscale: #A8A8A8. Windows color (decimal): -4283755 or 9806526. OLE color: 9806526.

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

Color convert

RGB190162149-
CMYK00.150.220.25
HSL19.02º23.98%66.47%-
HSV(B)19.02º21.58%74.51%-
XYZ39.5838.9633.87-
YUV168.89116.78143.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=37.92%
G=32.34%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016214900.150.220.2519.0223.9866.47
HexBEA2950F1619131842
Octal27624222501726312330102
Binary10111110101000101001010101111101101100110011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA295; }

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

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

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

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

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

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

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

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