#BA9692

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

Shades of Thatch #BA9692

Tints of Thatch #BA9692

Color information

#BA9692 (or 0xBA9692) is unknown color: approx Thatch. HEX triplet: BA, 96 and 92. RGB value is (186,150,146). Sum of RGB (Red+Green+Blue) = 186+150+146=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9692 is #45696D. Grayscale: #A0A0A0. Windows color (decimal): -4548974 or 9606842. OLE color: 9606842.

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

Color convert

RGB186150146-
CMYK00.190.220.27
HSL22.47%65.1%-
HSV(B)21.51%72.94%-
XYZ36.3434.3331.9-
YUV160.31119.93146.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=38.59%
G=31.12%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615014600.190.220.27622.4765.1
HexBA9692013161B61641
Octal2722262220232633626101
Binary1011101010010110100100100100111011011011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9692; }

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

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

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

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

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

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

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

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