#BEA185

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

Shades of Rodeo Dust #BEA185

Tints of Rodeo Dust #BEA185

Color information

#BEA185 (or 0xBEA185) is unknown color: approx Rodeo Dust. HEX triplet: BE, A1 and 85. RGB value is (190,161,133). Sum of RGB (Red+Green+Blue) = 190+161+133=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA185 is #415E7A. Grayscale: #A6A6A6. Windows color (decimal): -4284027 or 8757694. OLE color: 8757694.

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

Color convert

RGB190161133-
CMYK00.150.30.25
HSL29.47º30.48%63.33%-
HSV(B)29.47º30%74.51%-
XYZ38.2138.1327.54-
YUV166.48109.11144.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=39.26%
G=33.26%
B=27.48%

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
Decimal19016113300.150.30.2529.4730.4863.33
HexBEA1850F1E191d1e3f
Octal2762412050173631353677
Binary1011111010100001100001010111111110110011110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA185; }

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

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

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

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

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

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

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

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