#BEA480

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

Shades of Rodeo Dust #BEA480

Tints of Rodeo Dust #BEA480

Color information

#BEA480 (or 0xBEA480) is unknown color: approx Rodeo Dust. HEX triplet: BE, A4 and 80. RGB value is (190,164,128). Sum of RGB (Red+Green+Blue) = 190+164+128=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA480 is #415B7F. Grayscale: #A7A7A7. Windows color (decimal): -4283264 or 8430782. OLE color: 8430782.

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

Color convert

RGB190164128-
CMYK00.140.330.25
HSL34.84º32.29%62.35%-
HSV(B)34.84º32.63%74.51%-
XYZ38.4139.0625.94-
YUV167.67105.61143.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=39.42%
G=34.02%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016412800.140.330.2534.8432.2962.35
HexBEA4800E211923203e
Octal2762442000164131434076
Binary1011111010100100100000000111010000111001100011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA480; }

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

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

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

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

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

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

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

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