#BEA089

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

Shades of Rodeo Dust #BEA089

Tints of Rodeo Dust #BEA089

Color information

#BEA089 (or 0xBEA089) is unknown color: approx Rodeo Dust. HEX triplet: BE, A0 and 89. RGB value is (190,160,137). Sum of RGB (Red+Green+Blue) = 190+160+137=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA089 is #415F76. Grayscale: #A6A6A6. Windows color (decimal): -4284279 or 9019582. OLE color: 9019582.

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

Color convert

RGB190160137-
CMYK00.160.280.25
HSL26.04º28.96%64.12%-
HSV(B)26.04º27.89%74.51%-
XYZ38.3237.8928.96-
YUV166.35111.44144.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=39.01%
G=32.85%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016013700.160.280.2526.0428.9664.12
HexBEA0890101C191a1d40
Octal27624021102034313235100
Binary101111101010000010001001010000111001100111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA089; }

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

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

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

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

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

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

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

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