#BEA484

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

Shades of Rodeo Dust #BEA484

Tints of Rodeo Dust #BEA484

Color information

#BEA484 (or 0xBEA484) is unknown color: approx Rodeo Dust. HEX triplet: BE, A4 and 84. RGB value is (190,164,132). Sum of RGB (Red+Green+Blue) = 190+164+132=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA484 is #415B7B. Grayscale: #A8A8A8. Windows color (decimal): -4283260 or 8692926. OLE color: 8692926.

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

Color convert

RGB190164132-
CMYK00.140.310.25
HSL33.1º30.85%63.14%-
HSV(B)33.1º30.53%74.51%-
XYZ38.6839.1627.35-
YUV168.13107.61143.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=39.09%
G=33.74%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016413200.140.310.2533.130.8563.14
HexBEA4840E1F19211f3f
Octal2762442040163731413777
Binary10111110101001001000010001110111111100110000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA484; }

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

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

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

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

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

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

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

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