#BEA384

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

Shades of Rodeo Dust #BEA384

Tints of Rodeo Dust #BEA384

Color information

#BEA384 (or 0xBEA384) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 84. RGB value is (190,163,132). Sum of RGB (Red+Green+Blue) = 190+163+132=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA384 is #415C7B. Grayscale: #A7A7A7. Windows color (decimal): -4283516 or 8692670. OLE color: 8692670.

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

Color convert

RGB190163132-
CMYK00.140.310.25
HSL32.07º30.85%63.14%-
HSV(B)32.07º30.53%74.51%-
XYZ38.538.8127.29-
YUV167.54107.95144.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=39.18%
G=33.61%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016313200.140.310.2532.0730.8563.14
HexBEA3840E1F19201f3f
Octal2762432040163731403777
Binary10111110101000111000010001110111111100110000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA384; }

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

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

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

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

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

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

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

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