#BEA48E

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

Shades of Rodeo Dust #BEA48E

Tints of Rodeo Dust #BEA48E

Color information

#BEA48E (or 0xBEA48E) is unknown color: approx Rodeo Dust. HEX triplet: BE, A4 and 8E. RGB value is (190,164,142). Sum of RGB (Red+Green+Blue) = 190+164+142=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA48E is #415B71. Grayscale: #A9A9A9. Windows color (decimal): -4283250 or 9348286. OLE color: 9348286.

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

Color convert

RGB190164142-
CMYK00.140.250.25
HSL27.5º26.97%65.1%-
HSV(B)27.5º25.26%74.51%-
XYZ39.3939.4531.13-
YUV169.27112.61142.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=38.31%
G=33.06%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016414200.140.250.2527.526.9765.1
HexBEA48E0E19191c1b41
Octal27624421601631313433101
Binary10111110101001001000111001110110011100111100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA48E; }

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

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

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

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

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

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

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

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