#BEA28E

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

Shades of Rodeo Dust #BEA28E

Tints of Rodeo Dust #BEA28E

Color information

#BEA28E (or 0xBEA28E) is unknown color: approx Rodeo Dust. HEX triplet: BE, A2 and 8E. RGB value is (190,162,142). Sum of RGB (Red+Green+Blue) = 190+162+142=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA28E is #415D71. Grayscale: #A8A8A8. Windows color (decimal): -4283762 or 9347774. OLE color: 9347774.

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

Color convert

RGB190162142-
CMYK00.150.250.25
HSL25º26.97%65.1%-
HSV(B)25º25.26%74.51%-
XYZ39.0438.7431.01-
YUV168.09113.28143.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=38.46%
G=32.79%
B=28.74%

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
Decimal19016214200.150.250.252526.9765.1
HexBEA28E0F1919191b41
Octal27624221601731313133101
Binary10111110101000101000111001111110011100111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA28E; }

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

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

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

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

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

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

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

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