#BEA584

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

Shades of Rodeo Dust #BEA584

Tints of Rodeo Dust #BEA584

Color information

#BEA584 (or 0xBEA584) is unknown color: approx Rodeo Dust. HEX triplet: BE, A5 and 84. RGB value is (190,165,132). Sum of RGB (Red+Green+Blue) = 190+165+132=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA584 is #415A7B. Grayscale: #A8A8A8. Windows color (decimal): -4283004 or 8693182. OLE color: 8693182.

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

Color convert

RGB190165132-
CMYK00.130.310.25
HSL34.14º30.85%63.14%-
HSV(B)34.14º30.53%74.51%-
XYZ38.8639.5227.41-
YUV168.71107.28143.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=39.01%
G=33.88%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016513200.130.310.2534.1430.8563.14
HexBEA5840D1F19221f3f
Octal2762452040153731423777
Binary10111110101001011000010001101111111100110001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA584; }

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

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

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

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

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

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

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

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