#BEA381

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

Shades of Rodeo Dust #BEA381

Tints of Rodeo Dust #BEA381

Color information

#BEA381 (or 0xBEA381) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 81. RGB value is (190,163,129). Sum of RGB (Red+Green+Blue) = 190+163+129=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA381 is #415C7E. Grayscale: #A7A7A7. Windows color (decimal): -4283519 or 8496062. OLE color: 8496062.

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

Color convert

RGB190163129-
CMYK00.140.320.25
HSL33.44º31.94%62.55%-
HSV(B)33.44º32.11%74.51%-
XYZ38.2938.7326.23-
YUV167.2106.45144.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=39.42%
G=33.82%
B=26.76%

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
Decimal19016312900.140.320.2533.4431.9462.55
HexBEA3810E201921203f
Octal2762432010164031414077
Binary1011111010100011100000010111010000011001100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA381; }

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

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

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

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

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

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

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

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