#BEA481

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

Shades of Rodeo Dust #BEA481

Tints of Rodeo Dust #BEA481

Color information

#BEA481 (or 0xBEA481) is unknown color: approx Rodeo Dust. HEX triplet: BE, A4 and 81. RGB value is (190,164,129). Sum of RGB (Red+Green+Blue) = 190+164+129=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA481 is #415B7E. Grayscale: #A7A7A7. Windows color (decimal): -4283263 or 8496318. OLE color: 8496318.

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

Color convert

RGB190164129-
CMYK00.140.320.25
HSL34.43º31.94%62.55%-
HSV(B)34.43º32.11%74.51%-
XYZ38.4739.0826.28-
YUV167.78106.11143.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=39.34%
G=33.95%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016412900.140.320.2534.4331.9462.55
HexBEA4810E201922203f
Octal2762442010164031424077
Binary1011111010100100100000010111010000011001100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA481; }

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

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

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

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

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

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

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

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