#BAA185

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

Shades of Rodeo Dust #BAA185

Tints of Rodeo Dust #BAA185

Color information

#BAA185 (or 0xBAA185) is unknown color: approx Rodeo Dust. HEX triplet: BA, A1 and 85. RGB value is (186,161,133). Sum of RGB (Red+Green+Blue) = 186+161+133=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA185 is #455E7A. Grayscale: #A5A5A5. Windows color (decimal): -4546171 or 8757690. OLE color: 8757690.

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

Color convert

RGB186161133-
CMYK00.130.280.27
HSL31.7º27.75%62.55%-
HSV(B)31.7º28.49%72.94%-
XYZ37.2337.6227.49-
YUV165.28109.78142.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=38.75%
G=33.54%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616113300.130.280.2731.727.7562.55
HexBAA1850D1C1B201c3f
Octal2722412050153433403477
Binary10111010101000011000010101101111001101110000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA185; }

 p { color: rgb(186,161,133); }

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

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

 a { background-color: rgb(186,161,133); }

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

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

 span { border-color: rgb(186,161,133); }

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