#BEA690

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

Shades of Rodeo Dust #BEA690

Tints of Rodeo Dust #BEA690

Color information

#BEA690 (or 0xBEA690) is unknown color: approx Rodeo Dust. HEX triplet: BE, A6 and 90. RGB value is (190,166,144). Sum of RGB (Red+Green+Blue) = 190+166+144=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA690 is #41596F. Grayscale: #AAAAAA. Windows color (decimal): -4282736 or 9479870. OLE color: 9479870.

HSL color Cylindrical-coordinate representation of color #BEA690: hue angle of 28.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEA690 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB190166144-
CMYK00.130.240.25
HSL28.7º26.14%65.49%-
HSV(B)28.7º24.21%74.51%-
XYZ39.9140.2332.05-
YUV170.67112.95141.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 166 (65.23% from 255) = 33.2%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=38%
G=33.2%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016614400.130.240.2528.726.1465.49
HexBEA6900D18191d1a41
Octal27624622001530313532101
Binary10111110101001101001000001101110001100111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA690; }

 p { color: rgb(190,166,144); }

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

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

 a { background-color: rgb(190,166,144); }

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

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

 span { border-color: rgb(190,166,144); }

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