#BEA37D

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

Shades of Rodeo Dust #BEA37D

Tints of Rodeo Dust #BEA37D

Color information

#BEA37D (or 0xBEA37D) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 7D. RGB value is (190,163,125). Sum of RGB (Red+Green+Blue) = 190+163+125=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA37D is #415C82. Grayscale: #A6A6A6. Windows color (decimal): -4283523 or 8233918. OLE color: 8233918.

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

Color convert

RGB190163125-
CMYK00.140.340.25
HSL35.08º33.33%61.76%-
HSV(B)35.08º34.21%74.51%-
XYZ38.0338.6224.85-
YUV166.74104.45144.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=39.75%
G=34.10%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016312500.140.340.2535.0833.3361.76
HexBEA37D0E221923213e
Octal2762431750164231434176
Binary101111101010001111111010111010001011001100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA37D; }

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

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

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

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

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

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

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

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