#BA9892

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

Shades of Thatch #BA9892

Tints of Thatch #BA9892

Color information

#BA9892 (or 0xBA9892) is unknown color: approx Thatch. HEX triplet: BA, 98 and 92. RGB value is (186,152,146). Sum of RGB (Red+Green+Blue) = 186+152+146=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9892 is #45676D. Grayscale: #A1A1A1. Windows color (decimal): -4548462 or 9607354. OLE color: 9607354.

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

Color convert

RGB186152146-
CMYK00.180.220.27
HSL22.47%65.1%-
HSV(B)21.51%72.94%-
XYZ36.6734.9732.01-
YUV161.48119.26145.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=38.43%
G=31.40%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615214600.180.220.27922.4765.1
HexBA9892012161B91641
Octal27223022202226331126101
Binary10111010100110001001001001001010110110111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9892; }

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

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

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

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

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

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

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

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