#BAA38B

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

Shades of Rodeo Dust #BAA38B

Tints of Rodeo Dust #BAA38B

Color information

#BAA38B (or 0xBAA38B) is unknown color: approx Rodeo Dust. HEX triplet: BA, A3 and 8B. RGB value is (186,163,139). Sum of RGB (Red+Green+Blue) = 186+163+139=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA38B is #455C74. Grayscale: #A7A7A7. Windows color (decimal): -4545653 or 9151418. OLE color: 9151418.

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

Color convert

RGB186163139-
CMYK00.120.250.27
HSL30.64º25.41%63.73%-
HSV(B)30.64º25.27%72.94%-
XYZ38.0138.529.85-
YUV167.14112.12141.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=38.11%
G=33.40%
B=28.48%

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
Decimal18616313900.120.250.2730.6425.4163.73
HexBAA38B0C191B1f1940
Octal27224321301431333731100
Binary10111010101000111000101101100110011101111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA38B; }

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

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

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

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

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

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

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

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