#BAA58E

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

Shades of Rodeo Dust #BAA58E

Tints of Rodeo Dust #BAA58E

Color information

#BAA58E (or 0xBAA58E) is unknown color: approx Rodeo Dust. HEX triplet: BA, A5 and 8E. RGB value is (186,165,142). Sum of RGB (Red+Green+Blue) = 186+165+142=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA58E is #455A71. Grayscale: #A8A8A8. Windows color (decimal): -4545138 or 9348538. OLE color: 9348538.

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

Color convert

RGB186165142-
CMYK00.110.240.27
HSL31.36º24.18%64.31%-
HSV(B)31.36º23.66%72.94%-
XYZ38.5939.331.14-
YUV168.66112.96140.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=37.73%
G=33.47%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616514200.110.240.2731.3624.1864.31
HexBAA58E0B181B1f1840
Octal27224521601330333730100
Binary10111010101001011000111001011110001101111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA58E; }

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

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

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

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

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

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

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

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