#BEA18E

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

Shades of Rodeo Dust #BEA18E

Tints of Rodeo Dust #BEA18E

Color information

#BEA18E (or 0xBEA18E) is unknown color: approx Rodeo Dust. HEX triplet: BE, A1 and 8E. RGB value is (190,161,142). Sum of RGB (Red+Green+Blue) = 190+161+142=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA18E is #415E71. Grayscale: #A7A7A7. Windows color (decimal): -4284018 or 9347518. OLE color: 9347518.

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

Color convert

RGB190161142-
CMYK00.150.250.25
HSL23.75º26.97%65.1%-
HSV(B)23.75º25.26%74.51%-
XYZ38.8638.3930.95-
YUV167.5113.61144.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=38.54%
G=32.66%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016114200.150.250.2523.7526.9765.1
HexBEA18E0F1919181b41
Octal27624121601731313033101
Binary10111110101000011000111001111110011100111000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA18E; }

 p { color: rgb(190,161,142); }

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

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

 a { background-color: rgb(190,161,142); }

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

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

 span { border-color: rgb(190,161,142); }

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