#BEA585

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

Shades of Rodeo Dust #BEA585

Tints of Rodeo Dust #BEA585

Color information

#BEA585 (or 0xBEA585) is unknown color: approx Rodeo Dust. HEX triplet: BE, A5 and 85. RGB value is (190,165,133). Sum of RGB (Red+Green+Blue) = 190+165+133=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA585 is #415A7A. Grayscale: #A8A8A8. Windows color (decimal): -4283003 or 8758718. OLE color: 8758718.

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

Color convert

RGB190165133-
CMYK00.130.30.25
HSL33.68º30.48%63.33%-
HSV(B)33.68º30%74.51%-
XYZ38.9239.5527.77-
YUV168.83107.78143.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=38.93%
G=33.81%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016513300.130.30.2533.6830.4863.33
HexBEA5850D1E19221e3f
Octal2762452050153631423677
Binary10111110101001011000010101101111101100110001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA585; }

 p { color: rgb(190,165,133); }

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

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

 a { background-color: rgb(190,165,133); }

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

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

 span { border-color: rgb(190,165,133); }

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