#BEA080

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

Shades of Rodeo Dust #BEA080

Tints of Rodeo Dust #BEA080

Color information

#BEA080 (or 0xBEA080) is unknown color: approx Rodeo Dust. HEX triplet: BE, A0 and 80. RGB value is (190,160,128). Sum of RGB (Red+Green+Blue) = 190+160+128=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA080 is #415F7F. Grayscale: #A5A5A5. Windows color (decimal): -4284288 or 8429758. OLE color: 8429758.

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

Color convert

RGB190160128-
CMYK00.160.330.25
HSL30.97º32.29%62.35%-
HSV(B)30.97º32.63%74.51%-
XYZ37.737.6525.7-
YUV165.32106.94145.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=39.75%
G=33.47%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016012800.160.330.2530.9732.2962.35
HexBEA08001021191f203e
Octal2762402000204131374076
Binary1011111010100000100000000100001000011100111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA080; }

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

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

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

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

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

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

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

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