#BEA197

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

Shades of Del Rio #BEA197

Tints of Del Rio #BEA197

Color information

#BEA197 (or 0xBEA197) is unknown color: approx Del Rio. HEX triplet: BE, A1 and 97. RGB value is (190,161,151). Sum of RGB (Red+Green+Blue) = 190+161+151=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA197 is #415E68. Grayscale: #A8A8A8. Windows color (decimal): -4284009 or 9937342. OLE color: 9937342.

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

Color convert

RGB190161151-
CMYK00.150.210.25
HSL15.38º23.08%66.86%-
HSV(B)15.38º20.53%74.51%-
XYZ39.5738.6734.66-
YUV168.53118.11143.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=37.85%
G=32.07%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016115100.150.210.2515.3823.0866.86
HexBEA1970F1519f1743
Octal27624122701725311727103
Binary1011111010100001100101110111110101110011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA197; }

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

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

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

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

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

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

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

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