#BEA284

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

Shades of Rodeo Dust #BEA284

Tints of Rodeo Dust #BEA284

Color information

#BEA284 (or 0xBEA284) is unknown color: approx Rodeo Dust. HEX triplet: BE, A2 and 84. RGB value is (190,162,132). Sum of RGB (Red+Green+Blue) = 190+162+132=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA284 is #415D7B. Grayscale: #A7A7A7. Windows color (decimal): -4283772 or 8692414. OLE color: 8692414.

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

Color convert

RGB190162132-
CMYK00.150.310.25
HSL31.03º30.85%63.14%-
HSV(B)31.03º30.53%74.51%-
XYZ38.3238.4527.23-
YUV166.95108.28144.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=39.26%
G=33.47%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016213200.150.310.2531.0330.8563.14
HexBEA2840F1F191f1f3f
Octal2762422040173731373777
Binary1011111010100010100001000111111111110011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA284; }

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

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

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

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

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

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

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

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