#BEA097

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

Shades of Del Rio #BEA097

Tints of Del Rio #BEA097

Color information

#BEA097 (or 0xBEA097) is unknown color: approx Del Rio. HEX triplet: BE, A0 and 97. RGB value is (190,160,151). Sum of RGB (Red+Green+Blue) = 190+160+151=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA097 is #415F68. Grayscale: #A8A8A8. Windows color (decimal): -4284265 or 9937086. OLE color: 9937086.

HSL color Cylindrical-coordinate representation of color #BEA097: hue angle of 13.85º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA097 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB190160151-
CMYK00.160.210.25
HSL13.85º23.08%66.86%-
HSV(B)13.85º20.53%74.51%-
XYZ39.3938.3234.6-
YUV167.94118.44143.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=37.92%
G=31.94%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016015100.160.210.2513.8523.0866.86
HexBEA0970101519e1743
Octal27624022702025311627103
Binary10111110101000001001011101000010101110011110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA097; }

 p { color: rgb(190,160,151); }

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

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

 a { background-color: rgb(190,160,151); }

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

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

 span { border-color: rgb(190,160,151); }

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