#BEA37C

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

Shades of Rodeo Dust #BEA37C

Tints of Rodeo Dust #BEA37C

Color information

#BEA37C (or 0xBEA37C) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 7C. RGB value is (190,163,124). Sum of RGB (Red+Green+Blue) = 190+163+124=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA37C is #415C83. Grayscale: #A6A6A6. Windows color (decimal): -4283524 or 8168382. OLE color: 8168382.

HSL color Cylindrical-coordinate representation of color #BEA37C: hue angle of 35.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA37C is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB190163124-
CMYK00.140.350.25
HSL35.45º33.67%61.57%-
HSV(B)35.45º34.74%74.51%-
XYZ37.9738.624.52-
YUV166.63103.95144.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=39.83%
G=34.17%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016312400.140.350.2535.4533.6761.57
HexBEA37C0E231923223e
Octal2762431740164331434276
Binary101111101010001111111000111010001111001100011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA37C; }

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

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

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

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

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

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

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

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