#BEA092

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

Shades of Del Rio #BEA092

Tints of Del Rio #BEA092

Color information

#BEA092 (or 0xBEA092) is unknown color: approx Del Rio. HEX triplet: BE, A0 and 92. RGB value is (190,160,146). Sum of RGB (Red+Green+Blue) = 190+160+146=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA092 is #415F6D. Grayscale: #A7A7A7. Windows color (decimal): -4284270 or 9609406. OLE color: 9609406.

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

Color convert

RGB190160146-
CMYK00.160.230.25
HSL19.09º25.29%65.88%-
HSV(B)19.09º23.16%74.51%-
XYZ38.9938.1632.51-
YUV167.37115.94144.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=38.31%
G=32.26%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016014600.160.230.2519.0925.2965.88
HexBEA0920101719131942
Octal27624022202027312331102
Binary101111101010000010010010010000101111100110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA092; }

 p { color: rgb(190,160,146); }

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

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

 a { background-color: rgb(190,160,146); }

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

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

 span { border-color: rgb(190,160,146); }

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