#BEA285

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

Shades of Rodeo Dust #BEA285

Tints of Rodeo Dust #BEA285

Color information

#BEA285 (or 0xBEA285) is unknown color: approx Rodeo Dust. HEX triplet: BE, A2 and 85. RGB value is (190,162,133). Sum of RGB (Red+Green+Blue) = 190+162+133=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA285 is #415D7A. Grayscale: #A7A7A7. Windows color (decimal): -4283771 or 8757950. OLE color: 8757950.

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

Color convert

RGB190162133-
CMYK00.150.30.25
HSL30.53º30.48%63.33%-
HSV(B)30.53º30%74.51%-
XYZ38.3938.4827.59-
YUV167.07108.78144.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=39.18%
G=33.40%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016213300.150.30.2530.5330.4863.33
HexBEA2850F1E191f1e3f
Octal2762422050173631373677
Binary1011111010100010100001010111111110110011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA285; }

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

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

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

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

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

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

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

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