#BEA58E

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

Shades of Rodeo Dust #BEA58E

Tints of Rodeo Dust #BEA58E

Color information

#BEA58E (or 0xBEA58E) is unknown color: approx Rodeo Dust. HEX triplet: BE, A5 and 8E. RGB value is (190,165,142). Sum of RGB (Red+Green+Blue) = 190+165+142=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA58E is #415A71. Grayscale: #A9A9A9. Windows color (decimal): -4282994 or 9348542. OLE color: 9348542.

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

Color convert

RGB190165142-
CMYK00.130.250.25
HSL28.75º26.97%65.1%-
HSV(B)28.75º25.26%74.51%-
XYZ39.5739.8131.19-
YUV169.85112.28142.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 165 (64.84% from 255) = 33.20%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=38.23%
G=33.20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016514200.130.250.2528.7526.9765.1
HexBEA58E0D19191d1b41
Octal27624521601531313533101
Binary10111110101001011000111001101110011100111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA58E; }

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

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

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

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

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

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

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

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