#BA9690

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

Shades of Thatch #BA9690

Tints of Thatch #BA9690

Color information

#BA9690 (or 0xBA9690) is unknown color: approx Thatch. HEX triplet: BA, 96 and 90. RGB value is (186,150,144). Sum of RGB (Red+Green+Blue) = 186+150+144=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9690 is #45696F. Grayscale: #A0A0A0. Windows color (decimal): -4548976 or 9475770. OLE color: 9475770.

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

Color convert

RGB186150144-
CMYK00.190.230.27
HSL8.57º23.33%64.71%-
HSV(B)8.57º22.58%72.94%-
XYZ36.1934.2731.09-
YUV160.08118.93146.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 144 (56.64% from 255) = 30%
R=38.75%
G=31.25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615014400.190.230.278.5723.3364.71
HexBA9690013171B91741
Octal27222622002327331127101
Binary10111010100101101001000001001110111110111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9690; }

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

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

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

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

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

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

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

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