#BEA88E

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

Shades of Rodeo Dust #BEA88E

Tints of Rodeo Dust #BEA88E

Color information

#BEA88E (or 0xBEA88E) is unknown color: approx Rodeo Dust. HEX triplet: BE, A8 and 8E. RGB value is (190,168,142). Sum of RGB (Red+Green+Blue) = 190+168+142=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA88E is #415771. Grayscale: #ABABAB. Windows color (decimal): -4282226 or 9349310. OLE color: 9349310.

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

Color convert

RGB190168142-
CMYK00.120.250.25
HSL32.5º26.97%65.1%-
HSV(B)32.5º25.26%74.51%-
XYZ40.1240.9131.37-
YUV171.61111.29141.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=38%
G=33.6%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016814200.120.250.2532.526.9765.1
HexBEA88E0C1919211b41
Octal27625021601431314133101
Binary101111101010100010001110011001100111001100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA88E; }

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

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

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

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

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

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

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

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