#BEA492

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

Shades of Rodeo Dust #BEA492

Tints of Rodeo Dust #BEA492

Color information

#BEA492 (or 0xBEA492) is unknown color: approx Rodeo Dust. HEX triplet: BE, A4 and 92. RGB value is (190,164,146). Sum of RGB (Red+Green+Blue) = 190+164+146=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA492 is #415B6D. Grayscale: #A9A9A9. Windows color (decimal): -4283246 or 9610430. OLE color: 9610430.

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

Color convert

RGB190164146-
CMYK00.140.230.25
HSL24.55º25.29%65.88%-
HSV(B)24.55º23.16%74.51%-
XYZ39.739.5732.74-
YUV169.72114.61142.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 164 (64.45% from 255) = 32.8%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=38%
G=32.8%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016414600.140.230.2524.5525.2965.88
HexBEA4920E1719191942
Octal27624422201627313131102
Binary10111110101001001001001001110101111100111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA492; }

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

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

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

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

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

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

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

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