#BEA195

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

Shades of Del Rio #BEA195

Tints of Del Rio #BEA195

Color information

#BEA195 (or 0xBEA195) is unknown color: approx Del Rio. HEX triplet: BE, A1 and 95. RGB value is (190,161,149). Sum of RGB (Red+Green+Blue) = 190+161+149=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA195 is #415E6A. Grayscale: #A8A8A8. Windows color (decimal): -4284011 or 9806270. OLE color: 9806270.

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

Color convert

RGB190161149-
CMYK00.150.220.25
HSL17.56º23.98%66.47%-
HSV(B)17.56º21.58%74.51%-
XYZ39.438.6133.81-
YUV168.3117.11143.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=38%
G=32.2%
B=29.8%

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
Decimal19016114900.150.220.2517.5623.9866.47
HexBEA1950F1619121842
Octal27624122501726312230102
Binary10111110101000011001010101111101101100110010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA195; }

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

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

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

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

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

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

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

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