#BA9895

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

Shades of Thatch #BA9895

Tints of Thatch #BA9895

Color information

#BA9895 (or 0xBA9895) is unknown color: approx Thatch. HEX triplet: BA, 98 and 95. RGB value is (186,152,149). Sum of RGB (Red+Green+Blue) = 186+152+149=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9895 is #45676A. Grayscale: #A1A1A1. Windows color (decimal): -4548459 or 9803962. OLE color: 9803962.

HSL color Cylindrical-coordinate representation of color #BA9895: hue angle of 4.86º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA9895 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186152149-
CMYK00.180.200.27
HSL4.86º21.14%65.69%-
HSV(B)4.86º19.89%72.94%-
XYZ36.935.0733.26-
YUV161.82120.76145.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=38.19%
G=31.21%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615214900.180.200.274.8621.1465.69
HexBA9895012141B51542
Octal2722302250222433525102
Binary1011101010011000100101010100101010011011101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9895; }

 p { color: rgb(186,152,149); }

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

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

 a { background-color: rgb(186,152,149); }

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

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

 span { border-color: rgb(186,152,149); }

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