#BA948D

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

Shades of Thatch #BA948D

Tints of Thatch #BA948D

Color information

#BA948D (or 0xBA948D) is unknown color: approx Thatch. HEX triplet: BA, 94 and 8D. RGB value is (186,148,141). Sum of RGB (Red+Green+Blue) = 186+148+141=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA948D is #456B72. Grayscale: #9E9E9E. Windows color (decimal): -4549491 or 9278650. OLE color: 9278650.

HSL color Cylindrical-coordinate representation of color #BA948D: hue angle of 9.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA948D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB186148141-
CMYK00.200.240.27
HSL9.33º24.59%64.12%-
HSV(B)9.33º24.19%72.94%-
XYZ35.6533.5429.79-
YUV158.56118.09147.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=39.16%
G=31.16%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614814100.200.240.279.3324.5964.12
HexBA948D014181B91940
Octal27222421502430331131100
Binary10111010100101001000110101010011000110111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA948D; }

 p { color: rgb(186,148,141); }

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

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

 a { background-color: rgb(186,148,141); }

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

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

 span { border-color: rgb(186,148,141); }

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