#BEA58D

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

Shades of Rodeo Dust #BEA58D

Tints of Rodeo Dust #BEA58D

Color information

#BEA58D (or 0xBEA58D) is unknown color: approx Rodeo Dust. HEX triplet: BE, A5 and 8D. RGB value is (190,165,141). Sum of RGB (Red+Green+Blue) = 190+165+141=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA58D is #415A72. Grayscale: #A9A9A9. Windows color (decimal): -4282995 or 9283006. OLE color: 9283006.

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

Color convert

RGB190165141-
CMYK00.130.260.25
HSL29.39º27.37%64.9%-
HSV(B)29.39º25.79%74.51%-
XYZ39.539.7830.8-
YUV169.74111.78142.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=38.31%
G=33.27%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016514100.130.260.2529.3927.3764.9
HexBEA58D0D1A191d1b41
Octal27624521501532313533101
Binary10111110101001011000110101101110101100111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA58D; }

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

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

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

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

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

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

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

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