#BAA590

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

Shades of Rodeo Dust #BAA590

Tints of Rodeo Dust #BAA590

Color information

#BAA590 (or 0xBAA590) is unknown color: approx Rodeo Dust. HEX triplet: BA, A5 and 90. RGB value is (186,165,144). Sum of RGB (Red+Green+Blue) = 186+165+144=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA590 is #455A6F. Grayscale: #A8A8A8. Windows color (decimal): -4545136 or 9479610. OLE color: 9479610.

HSL color Cylindrical-coordinate representation of color #BAA590: hue angle of 30º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA590 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186165144-
CMYK00.110.230.27
HSL30º23.33%64.71%-
HSV(B)30º22.58%72.94%-
XYZ38.7439.3631.94-
YUV168.88113.96140.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=37.58%
G=33.33%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616514400.110.230.273023.3364.71
HexBAA5900B171B1e1741
Octal27224522001327333627101
Binary10111010101001011001000001011101111101111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA590; }

 p { color: rgb(186,165,144); }

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

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

 a { background-color: rgb(186,165,144); }

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

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

 span { border-color: rgb(186,165,144); }

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