#BEA386

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

Shades of Rodeo Dust #BEA386

Tints of Rodeo Dust #BEA386

Color information

#BEA386 (or 0xBEA386) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 86. RGB value is (190,163,134). Sum of RGB (Red+Green+Blue) = 190+163+134=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA386 is #415C79. Grayscale: #A7A7A7. Windows color (decimal): -4283514 or 8823742. OLE color: 8823742.

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

Color convert

RGB190163134-
CMYK00.140.290.25
HSL31.07º30.11%63.53%-
HSV(B)31.07º29.47%74.51%-
XYZ38.6438.8628.02-
YUV167.77108.95143.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=39.01%
G=33.47%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016313400.140.290.2531.0730.1163.53
HexBEA3860E1D191f1e40
Octal27624320601635313736100
Binary10111110101000111000011001110111011100111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA386; }

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

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

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

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

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

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

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

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