#BEA290

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

Shades of Del Rio #BEA290

Tints of Del Rio #BEA290

Color information

#BEA290 (or 0xBEA290) is unknown color: approx Del Rio. HEX triplet: BE, A2 and 90. RGB value is (190,162,144). Sum of RGB (Red+Green+Blue) = 190+162+144=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA290 is #415D6F. Grayscale: #A8A8A8. Windows color (decimal): -4283760 or 9478846. OLE color: 9478846.

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

Color convert

RGB190162144-
CMYK00.150.240.25
HSL23.48º26.14%65.49%-
HSV(B)23.48º24.21%74.51%-
XYZ39.1938.831.81-
YUV168.32114.28143.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=38.31%
G=32.66%
B=29.03%

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
Decimal19016214400.150.240.2523.4826.1465.49
HexBEA2900F1819171a41
Octal27624222001730312732101
Binary10111110101000101001000001111110001100110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA290; }

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

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

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

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

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

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

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

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