#BEA390

Color #BEA390 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #BEA390

Tints of Rodeo Dust #BEA390

Color information

#BEA390 (or 0xBEA390) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 90. RGB value is (190,163,144). Sum of RGB (Red+Green+Blue) = 190+163+144=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA390 is #415C6F. Grayscale: #A9A9A9. Windows color (decimal): -4283504 or 9479102. OLE color: 9479102.

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

Color convert

RGB190163144-
CMYK00.140.240.25
HSL24.78º26.14%65.49%-
HSV(B)24.78º24.21%74.51%-
XYZ39.3739.1631.87-
YUV168.91113.95143.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=38.23%
G=32.80%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016314400.140.240.2524.7826.1465.49
HexBEA3900E1819191a41
Octal27624322001630313132101
Binary10111110101000111001000001110110001100111001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA390; }

 p { color: rgb(190,163,144); }

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

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

 a { background-color: rgb(190,163,144); }

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

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

 span { border-color: rgb(190,163,144); }

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