#BEA586

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

Shades of Rodeo Dust #BEA586

Tints of Rodeo Dust #BEA586

Color information

#BEA586 (or 0xBEA586) is unknown color: approx Rodeo Dust. HEX triplet: BE, A5 and 86. RGB value is (190,165,134). Sum of RGB (Red+Green+Blue) = 190+165+134=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA586 is #415A79. Grayscale: #A9A9A9. Windows color (decimal): -4283002 or 8824254. OLE color: 8824254.

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

Color convert

RGB190165134-
CMYK00.130.290.25
HSL33.21º30.11%63.53%-
HSV(B)33.21º29.47%74.51%-
XYZ38.9939.5828.14-
YUV168.94108.28143.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=38.85%
G=33.74%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016513400.130.290.2533.2130.1163.53
HexBEA5860D1D19211e40
Octal27624520601535314136100
Binary101111101010010110000110011011110111001100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA586; }

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

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

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

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

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

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

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

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