#BEA589

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

Shades of Rodeo Dust #BEA589

Tints of Rodeo Dust #BEA589

Color information

#BEA589 (or 0xBEA589) is unknown color: approx Rodeo Dust. HEX triplet: BE, A5 and 89. RGB value is (190,165,137). Sum of RGB (Red+Green+Blue) = 190+165+137=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA589 is #415A76. Grayscale: #A9A9A9. Windows color (decimal): -4282999 or 9020862. OLE color: 9020862.

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

Color convert

RGB190165137-
CMYK00.130.280.25
HSL31.7º28.96%64.12%-
HSV(B)31.7º27.89%74.51%-
XYZ39.2139.6629.26-
YUV169.28109.78142.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=38.62%
G=33.54%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016513700.130.280.2531.728.9664.12
HexBEA5890D1C19201d40
Octal27624521101534314035100
Binary101111101010010110001001011011110011001100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA589; }

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

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

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

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

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

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

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

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