#BAA38E

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

Shades of Rodeo Dust #BAA38E

Tints of Rodeo Dust #BAA38E

Color information

#BAA38E (or 0xBAA38E) is unknown color: approx Rodeo Dust. HEX triplet: BA, A3 and 8E. RGB value is (186,163,142). Sum of RGB (Red+Green+Blue) = 186+163+142=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA38E is #455C71. Grayscale: #A7A7A7. Windows color (decimal): -4545650 or 9348026. OLE color: 9348026.

HSL color Cylindrical-coordinate representation of color #BAA38E: hue angle of 28.64º 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 #BAA38E is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB186163142-
CMYK00.120.240.27
HSL28.64º24.18%64.31%-
HSV(B)28.64º23.66%72.94%-
XYZ38.2338.5931.02-
YUV167.48113.62141.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=37.88%
G=33.20%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616314200.120.240.2728.6424.1864.31
HexBAA38E0C181B1d1840
Octal27224321601430333530100
Binary10111010101000111000111001100110001101111101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA38E; }

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

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

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

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

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

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

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

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