#BEA496

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

Shades of Del Rio #BEA496

Tints of Del Rio #BEA496

Color information

#BEA496 (or 0xBEA496) is unknown color: approx Del Rio. HEX triplet: BE, A4 and 96. RGB value is (190,164,150). Sum of RGB (Red+Green+Blue) = 190+164+150=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA496 is #415B69. Grayscale: #AAAAAA. Windows color (decimal): -4283242 or 9872574. OLE color: 9872574.

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

Color convert

RGB190164150-
CMYK00.140.210.25
HSL21º23.53%66.67%-
HSV(B)21º21.05%74.51%-
XYZ40.0239.734.41-
YUV170.18116.61142.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=37.70%
G=32.54%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016415000.140.210.252123.5366.67
HexBEA4960E1519151843
Octal27624422601625312530103
Binary10111110101001001001011001110101011100110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA496; }

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

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

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

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

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

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

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

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