#BEA382

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

Shades of Rodeo Dust #BEA382

Tints of Rodeo Dust #BEA382

Color information

#BEA382 (or 0xBEA382) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 82. RGB value is (190,163,130). Sum of RGB (Red+Green+Blue) = 190+163+130=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA382 is #415C7D. Grayscale: #A7A7A7. Windows color (decimal): -4283518 or 8561598. OLE color: 8561598.

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

Color convert

RGB190163130-
CMYK00.140.320.25
HSL33º31.58%62.75%-
HSV(B)33º31.58%74.51%-
XYZ38.3638.7526.58-
YUV167.31106.95144.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=39.34%
G=33.75%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016313000.140.320.253331.5862.75
HexBEA3820E201921203f
Octal2762432020164031414077
Binary1011111010100011100000100111010000011001100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA382; }

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

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

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

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

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

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

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

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