#BA9590

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

Shades of Thatch #BA9590

Tints of Thatch #BA9590

Color information

#BA9590 (or 0xBA9590) is unknown color: approx Thatch. HEX triplet: BA, 95 and 90. RGB value is (186,149,144). Sum of RGB (Red+Green+Blue) = 186+149+144=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9590 is #456A6F. Grayscale: #9F9F9F. Windows color (decimal): -4549232 or 9475514. OLE color: 9475514.

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

Color convert

RGB186149144-
CMYK00.200.230.27
HSL7.14º23.33%64.71%-
HSV(B)7.14º22.58%72.94%-
XYZ36.0333.9531.04-
YUV159.49119.26146.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=38.83%
G=31.11%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614914400.200.230.277.1423.3364.71
HexBA9590014171B71741
Octal2722252200242733727101
Binary1011101010010101100100000101001011111011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9590; }

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

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

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

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

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

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

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

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