#BEA190

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

Shades of Del Rio #BEA190

Tints of Del Rio #BEA190

Color information

#BEA190 (or 0xBEA190) is unknown color: approx Del Rio. HEX triplet: BE, A1 and 90. RGB value is (190,161,144). Sum of RGB (Red+Green+Blue) = 190+161+144=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA190 is #415E6F. Grayscale: #A7A7A7. Windows color (decimal): -4284016 or 9478590. OLE color: 9478590.

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

Color convert

RGB190161144-
CMYK00.150.240.25
HSL22.17º26.14%65.49%-
HSV(B)22.17º24.21%74.51%-
XYZ39.0138.4531.75-
YUV167.73114.61143.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=38.38%
G=32.53%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016114400.150.240.2522.1726.1465.49
HexBEA1900F1819161a41
Octal27624122001730312632101
Binary10111110101000011001000001111110001100110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA190; }

 p { color: rgb(190,161,144); }

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

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

 a { background-color: rgb(190,161,144); }

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

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

 span { border-color: rgb(190,161,144); }

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