#BEA196

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

Shades of Del Rio #BEA196

Tints of Del Rio #BEA196

Color information

#BEA196 (or 0xBEA196) is unknown color: approx Del Rio. HEX triplet: BE, A1 and 96. RGB value is (190,161,150). Sum of RGB (Red+Green+Blue) = 190+161+150=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA196 is #415E69. Grayscale: #A8A8A8. Windows color (decimal): -4284010 or 9871806. OLE color: 9871806.

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

Color convert

RGB190161150-
CMYK00.150.210.25
HSL16.5º23.53%66.67%-
HSV(B)16.5º21.05%74.51%-
XYZ39.4938.6434.23-
YUV168.42117.61143.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=37.92%
G=32.14%
B=29.94%

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
Decimal19016115000.150.210.2516.523.5366.67
HexBEA1960F1519111843
Octal27624122601725312130103
Binary10111110101000011001011001111101011100110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA196; }

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

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

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

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

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

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

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

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