#BEA383

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

Shades of Rodeo Dust #BEA383

Tints of Rodeo Dust #BEA383

Color information

#BEA383 (or 0xBEA383) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 83. RGB value is (190,163,131). Sum of RGB (Red+Green+Blue) = 190+163+131=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA383 is #415C7C. Grayscale: #A7A7A7. Windows color (decimal): -4283517 or 8627134. OLE color: 8627134.

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

Color convert

RGB190163131-
CMYK00.140.310.25
HSL32.54º31.22%62.94%-
HSV(B)32.54º31.05%74.51%-
XYZ38.4338.7826.93-
YUV167.42107.45144.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 131 (51.56% from 255) = 27.07%
R=39.26%
G=33.68%
B=27.07%

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
Decimal19016313100.140.310.2532.5431.2262.94
HexBEA3830E1F19211f3f
Octal2762432030163731413777
Binary10111110101000111000001101110111111100110000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA383; }

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

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

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

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

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

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

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

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