#BEA281

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

Shades of Rodeo Dust #BEA281

Tints of Rodeo Dust #BEA281

Color information

#BEA281 (or 0xBEA281) is unknown color: approx Rodeo Dust. HEX triplet: BE, A2 and 81. RGB value is (190,162,129). Sum of RGB (Red+Green+Blue) = 190+162+129=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA281 is #415D7E. Grayscale: #A6A6A6. Windows color (decimal): -4283775 or 8495806. OLE color: 8495806.

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

Color convert

RGB190162129-
CMYK00.150.320.25
HSL32.46º31.94%62.55%-
HSV(B)32.46º32.11%74.51%-
XYZ38.1238.3726.17-
YUV166.61106.78144.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=39.50%
G=33.68%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016212900.150.320.2532.4631.9462.55
HexBEA2810F201920203f
Octal2762422010174031404077
Binary1011111010100010100000010111110000011001100000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA281; }

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

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

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

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

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

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

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

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