#BAA387

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

Shades of Rodeo Dust #BAA387

Tints of Rodeo Dust #BAA387

Color information

#BAA387 (or 0xBAA387) is unknown color: approx Rodeo Dust. HEX triplet: BA, A3 and 87. RGB value is (186,163,135). Sum of RGB (Red+Green+Blue) = 186+163+135=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA387 is #455C78. Grayscale: #A6A6A6. Windows color (decimal): -4545657 or 8889274. OLE color: 8889274.

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

Color convert

RGB186163135-
CMYK00.120.270.27
HSL32.94º26.98%62.94%-
HSV(B)32.94º27.42%72.94%-
XYZ37.7238.3828.34-
YUV166.68110.12141.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=38.43%
G=33.68%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616313500.120.270.2732.9426.9862.94
HexBAA3870C1B1B211b3f
Octal2722432070143333413377
Binary10111010101000111000011101100110111101110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA387; }

 p { color: rgb(186,163,135); }

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

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

 a { background-color: rgb(186,163,135); }

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

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

 span { border-color: rgb(186,163,135); }

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