#BEA591

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

Shades of Rodeo Dust #BEA591

Tints of Rodeo Dust #BEA591

Color information

#BEA591 (or 0xBEA591) is unknown color: approx Rodeo Dust. HEX triplet: BE, A5 and 91. RGB value is (190,165,145). Sum of RGB (Red+Green+Blue) = 190+165+145=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA591 is #415A6E. Grayscale: #AAAAAA. Windows color (decimal): -4282991 or 9545150. OLE color: 9545150.

HSL color Cylindrical-coordinate representation of color #BEA591: hue angle of 26.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEA591 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB190165145-
CMYK00.130.240.25
HSL26.67º25.71%65.69%-
HSV(B)26.67º23.68%74.51%-
XYZ39.839.932.39-
YUV170.2113.78142.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 145 (57.03% from 255) = 29%
R=38%
G=33%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016514500.130.240.2526.6725.7165.69
HexBEA5910D18191b1a42
Octal27624522101530313332102
Binary10111110101001011001000101101110001100111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA591; }

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

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

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

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

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

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

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

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