#BA968F

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

Shades of Thatch #BA968F

Tints of Thatch #BA968F

Color information

#BA968F (or 0xBA968F) is unknown color: approx Thatch. HEX triplet: BA, 96 and 8F. RGB value is (186,150,143). Sum of RGB (Red+Green+Blue) = 186+150+143=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA968F is #456970. Grayscale: #A0A0A0. Windows color (decimal): -4548977 or 9410234. OLE color: 9410234.

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

Color convert

RGB186150143-
CMYK00.190.230.27
HSL9.77º23.76%64.51%-
HSV(B)9.77º23.12%72.94%-
XYZ36.1134.2330.69-
YUV159.97118.43146.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=38.83%
G=31.32%
B=29.85%

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
Decimal18615014300.190.230.279.7723.7664.51
HexBA968F013171Ba1841
Octal27222621702327331230101
Binary10111010100101101000111101001110111110111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA968F; }

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

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

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

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

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

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

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

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