#BEA194

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

Shades of Del Rio #BEA194

Tints of Del Rio #BEA194

Color information

#BEA194 (or 0xBEA194) is unknown color: approx Del Rio. HEX triplet: BE, A1 and 94. RGB value is (190,161,148). Sum of RGB (Red+Green+Blue) = 190+161+148=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA194 is #415E6B. Grayscale: #A8A8A8. Windows color (decimal): -4284012 or 9740734. OLE color: 9740734.

HSL color Cylindrical-coordinate representation of color #BEA194: hue angle of 18.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEA194 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190161148-
CMYK00.150.220.25
HSL18.57º24.42%66.27%-
HSV(B)18.57º22.11%74.51%-
XYZ39.3338.5833.39-
YUV168.19116.61143.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=38.08%
G=32.26%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016114800.150.220.2518.5724.4266.27
HexBEA1940F1619131842
Octal27624122401726312330102
Binary10111110101000011001010001111101101100110011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA194; }

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

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

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

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

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

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

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

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