#BEA182

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

Shades of Rodeo Dust #BEA182

Tints of Rodeo Dust #BEA182

Color information

#BEA182 (or 0xBEA182) is unknown color: approx Rodeo Dust. HEX triplet: BE, A1 and 82. RGB value is (190,161,130). Sum of RGB (Red+Green+Blue) = 190+161+130=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA182 is #415E7D. Grayscale: #A6A6A6. Windows color (decimal): -4284030 or 8561086. OLE color: 8561086.

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

Color convert

RGB190161130-
CMYK00.150.320.25
HSL31º31.58%62.75%-
HSV(B)31º31.58%74.51%-
XYZ38.0138.0526.46-
YUV166.14107.61145.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=39.50%
G=33.47%
B=27.03%

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
Decimal19016113000.150.320.253131.5862.75
HexBEA1820F20191f203f
Octal2762412020174031374077
Binary101111101010000110000010011111000001100111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA182; }

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

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

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

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

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

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

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

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