#BEA086

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

Shades of Rodeo Dust #BEA086

Tints of Rodeo Dust #BEA086

Color information

#BEA086 (or 0xBEA086) is unknown color: approx Rodeo Dust. HEX triplet: BE, A0 and 86. RGB value is (190,160,134). Sum of RGB (Red+Green+Blue) = 190+160+134=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA086 is #415F79. Grayscale: #A6A6A6. Windows color (decimal): -4284282 or 8822974. OLE color: 8822974.

HSL color Cylindrical-coordinate representation of color #BEA086: hue angle of 27.86º 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 #BEA086 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB190160134-
CMYK00.160.290.25
HSL27.86º30.11%63.53%-
HSV(B)27.86º29.47%74.51%-
XYZ38.1137.8127.84-
YUV166.01109.94145.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=39.26%
G=33.06%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016013400.160.290.2527.8630.1163.53
HexBEA0860101D191c1e40
Octal27624020602035313436100
Binary101111101010000010000110010000111011100111100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA086; }

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

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

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

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

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

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

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

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