#BEA081

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

Shades of Rodeo Dust #BEA081

Tints of Rodeo Dust #BEA081

Color information

#BEA081 (or 0xBEA081) is unknown color: approx Rodeo Dust. HEX triplet: BE, A0 and 81. RGB value is (190,160,129). Sum of RGB (Red+Green+Blue) = 190+160+129=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA081 is #415F7E. Grayscale: #A5A5A5. Windows color (decimal): -4284287 or 8495294. OLE color: 8495294.

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

Color convert

RGB190160129-
CMYK00.160.320.25
HSL30.49º31.94%62.55%-
HSV(B)30.49º32.11%74.51%-
XYZ37.7737.6726.05-
YUV165.44107.44145.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=39.67%
G=33.40%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016012900.160.320.2530.4931.9462.55
HexBEA08101020191e203f
Octal2762402010204031364077
Binary1011111010100000100000010100001000001100111110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA081; }

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

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

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

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

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

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

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

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