#BEA389

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

Shades of Rodeo Dust #BEA389

Tints of Rodeo Dust #BEA389

Color information

#BEA389 (or 0xBEA389) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 89. RGB value is (190,163,137). Sum of RGB (Red+Green+Blue) = 190+163+137=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA389 is #415C76. Grayscale: #A8A8A8. Windows color (decimal): -4283511 or 9020350. OLE color: 9020350.

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

Color convert

RGB190163137-
CMYK00.140.280.25
HSL29.43º28.96%64.12%-
HSV(B)29.43º27.89%74.51%-
XYZ38.8538.9529.14-
YUV168.11110.45143.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 137 (53.91% from 255) = 27.96%
R=38.78%
G=33.27%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016313700.140.280.2529.4328.9664.12
HexBEA3890E1C191d1d40
Octal27624321101634313535100
Binary10111110101000111000100101110111001100111101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA389; }

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

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

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

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

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

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

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

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