#BEA391

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

Shades of Rodeo Dust #BEA391

Tints of Rodeo Dust #BEA391

Color information

#BEA391 (or 0xBEA391) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 91. RGB value is (190,163,145). Sum of RGB (Red+Green+Blue) = 190+163+145=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA391 is #415C6E. Grayscale: #A9A9A9. Windows color (decimal): -4283503 or 9544638. OLE color: 9544638.

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

Color convert

RGB190163145-
CMYK00.140.240.25
HSL24º25.71%65.69%-
HSV(B)24º23.68%74.51%-
XYZ39.4439.1932.27-
YUV169.02114.45142.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=38.15%
G=32.73%
B=29.12%

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
Decimal19016314500.140.240.252425.7165.69
HexBEA3910E1819181a42
Octal27624322101630313032102
Binary10111110101000111001000101110110001100111000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA391; }

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

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

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

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

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

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

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

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