#BAA38A

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

Shades of Rodeo Dust #BAA38A

Tints of Rodeo Dust #BAA38A

Color information

#BAA38A (or 0xBAA38A) is unknown color: approx Rodeo Dust. HEX triplet: BA, A3 and 8A. RGB value is (186,163,138). Sum of RGB (Red+Green+Blue) = 186+163+138=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA38A is #455C75. Grayscale: #A7A7A7. Windows color (decimal): -4545654 or 9085882. OLE color: 9085882.

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

Color convert

RGB186163138-
CMYK00.120.260.27
HSL31.25º25.81%63.53%-
HSV(B)31.25º25.81%72.94%-
XYZ37.9338.4729.47-
YUV167.03111.62141.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=38.19%
G=33.47%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616313800.120.260.2731.2525.8163.53
HexBAA38A0C1A1B1f1a40
Octal27224321201432333732100
Binary10111010101000111000101001100110101101111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA38A; }

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

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

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

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

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

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

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

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