#BAA893

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

Shades of Cloudy #BAA893

Tints of Cloudy #BAA893

Color information

#BAA893 (or 0xBAA893) is unknown color: approx Cloudy. HEX triplet: BA, A8 and 93. RGB value is (186,168,147). Sum of RGB (Red+Green+Blue) = 186+168+147=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA893 is #45576C. Grayscale: #ABABAB. Windows color (decimal): -4544365 or 9676986. OLE color: 9676986.

HSL color Cylindrical-coordinate representation of color #BAA893: hue angle of 32.31º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA893 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB186168147-
CMYK00.100.210.27
HSL32.31º22.03%65.29%-
HSV(B)32.31º20.97%72.94%-
XYZ39.5240.5533.35-
YUV170.99114.46138.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=37.13%
G=33.53%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616814700.100.210.2732.3122.0365.29
HexBAA8930A151B201641
Octal27225022301225334026101
Binary101110101010100010010011010101010111011100000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA893; }

 p { color: rgb(186,168,147); }

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

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

 a { background-color: rgb(186,168,147); }

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

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

 span { border-color: rgb(186,168,147); }

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