#BAA48C

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

Shades of Rodeo Dust #BAA48C

Tints of Rodeo Dust #BAA48C

Color information

#BAA48C (or 0xBAA48C) is unknown color: approx Rodeo Dust. HEX triplet: BA, A4 and 8C. RGB value is (186,164,140). Sum of RGB (Red+Green+Blue) = 186+164+140=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA48C is #455B73. Grayscale: #A7A7A7. Windows color (decimal): -4545396 or 9217210. OLE color: 9217210.

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

Color convert

RGB186164140-
CMYK00.120.250.27
HSL31.3º25%63.92%-
HSV(B)31.3º24.73%72.94%-
XYZ38.2638.8830.3-
YUV167.84112.29140.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 164 (64.45% from 255) = 33.47%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=37.96%
G=33.47%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616414000.120.250.2731.32563.92
HexBAA48C0C191B1f1940
Octal27224421401431333731100
Binary10111010101001001000110001100110011101111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA48C; }

 p { color: rgb(186,164,140); }

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

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

 a { background-color: rgb(186,164,140); }

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

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

 span { border-color: rgb(186,164,140); }

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