#BEA085

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

Shades of Rodeo Dust #BEA085

Tints of Rodeo Dust #BEA085

Color information

#BEA085 (or 0xBEA085) is unknown color: approx Rodeo Dust. HEX triplet: BE, A0 and 85. RGB value is (190,160,133). Sum of RGB (Red+Green+Blue) = 190+160+133=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA085 is #415F7A. Grayscale: #A6A6A6. Windows color (decimal): -4284283 or 8757438. OLE color: 8757438.

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

Color convert

RGB190160133-
CMYK00.160.30.25
HSL28.42º30.48%63.33%-
HSV(B)28.42º30%74.51%-
XYZ38.0437.7827.48-
YUV165.89109.44145.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=39.34%
G=33.13%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016013300.160.30.2528.4230.4863.33
HexBEA0850101E191c1e3f
Octal2762402050203631343677
Binary10111110101000001000010101000011110110011110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA085; }

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

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

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

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

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

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

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

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