#BA9793

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

Shades of Thatch #BA9793

Tints of Thatch #BA9793

Color information

#BA9793 (or 0xBA9793) is unknown color: approx Thatch. HEX triplet: BA, 97 and 93. RGB value is (186,151,147). Sum of RGB (Red+Green+Blue) = 186+151+147=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9793 is #45686C. Grayscale: #A1A1A1. Windows color (decimal): -4548717 or 9672634. OLE color: 9672634.

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

Color convert

RGB186151147-
CMYK00.190.210.27
HSL6.15º22.03%65.29%-
HSV(B)6.15º20.97%72.94%-
XYZ36.5834.6832.37-
YUV161.01120.1145.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=38.43%
G=31.20%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615114700.190.210.276.1522.0365.29
HexBA9793013151B61641
Octal2722272230232533626101
Binary1011101010010111100100110100111010111011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9793; }

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

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

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

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

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

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

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

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