#BEA482

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

Shades of Rodeo Dust #BEA482

Tints of Rodeo Dust #BEA482

Color information

#BEA482 (or 0xBEA482) is unknown color: approx Rodeo Dust. HEX triplet: BE, A4 and 82. RGB value is (190,164,130). Sum of RGB (Red+Green+Blue) = 190+164+130=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA482 is #415B7D. Grayscale: #A8A8A8. Windows color (decimal): -4283262 or 8561854. OLE color: 8561854.

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

Color convert

RGB190164130-
CMYK00.140.320.25
HSL34º31.58%62.75%-
HSV(B)34º31.58%74.51%-
XYZ38.5439.1126.64-
YUV167.9106.61143.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=39.26%
G=33.88%
B=26.86%

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
Decimal19016413000.140.320.253431.5862.75
HexBEA4820E201922203f
Octal2762442020164031424077
Binary1011111010100100100000100111010000011001100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA482; }

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

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

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

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

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

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

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

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