#BEA083

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

Shades of Rodeo Dust #BEA083

Tints of Rodeo Dust #BEA083

Color information

#BEA083 (or 0xBEA083) is unknown color: approx Rodeo Dust. HEX triplet: BE, A0 and 83. RGB value is (190,160,131). Sum of RGB (Red+Green+Blue) = 190+160+131=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA083 is #415F7C. Grayscale: #A5A5A5. Windows color (decimal): -4284285 or 8626366. OLE color: 8626366.

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

Color convert

RGB190160131-
CMYK00.160.310.25
HSL29.49º31.22%62.94%-
HSV(B)29.49º31.05%74.51%-
XYZ37.937.7326.76-
YUV165.66108.44145.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 131 (51.56% from 255) = 27.23%
R=39.50%
G=33.26%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016013100.160.310.2529.4931.2262.94
HexBEA0830101F191d1f3f
Octal2762402030203731353777
Binary10111110101000001000001101000011111110011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA083; }

 p { color: rgb(190,160,131); }

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

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

 a { background-color: rgb(190,160,131); }

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

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

 span { border-color: rgb(190,160,131); }

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