#BEA387

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

Shades of Rodeo Dust #BEA387

Tints of Rodeo Dust #BEA387

Color information

#BEA387 (or 0xBEA387) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 87. RGB value is (190,163,135). Sum of RGB (Red+Green+Blue) = 190+163+135=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA387 is #415C78. Grayscale: #A8A8A8. Windows color (decimal): -4283513 or 8889278. OLE color: 8889278.

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

Color convert

RGB190163135-
CMYK00.140.290.25
HSL30.55º29.73%63.73%-
HSV(B)30.55º28.95%74.51%-
XYZ38.7138.8928.39-
YUV167.88109.45143.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 135 (53.12% from 255) = 27.66%
R=38.93%
G=33.40%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016313500.140.290.2530.5529.7363.73
HexBEA3870E1D191f1e40
Octal27624320701635313736100
Binary10111110101000111000011101110111011100111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA387; }

 p { color: rgb(190,163,135); }

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

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

 a { background-color: rgb(190,163,135); }

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

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

 span { border-color: rgb(190,163,135); }

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