#BA968E

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

Shades of Thatch #BA968E

Tints of Thatch #BA968E

Color information

#BA968E (or 0xBA968E) is unknown color: approx Thatch. HEX triplet: BA, 96 and 8E. RGB value is (186,150,142). Sum of RGB (Red+Green+Blue) = 186+150+142=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA968E is #456971. Grayscale: #9F9F9F. Windows color (decimal): -4548978 or 9344698. OLE color: 9344698.

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

Color convert

RGB186150142-
CMYK00.190.240.27
HSL10.91º24.18%64.31%-
HSV(B)10.91º23.66%72.94%-
XYZ36.0434.230.29-
YUV159.85117.93146.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=38.91%
G=31.38%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615014200.190.240.2710.9124.1864.31
HexBA968E013181Bb1840
Octal27222621602330331330100
Binary10111010100101101000111001001111000110111011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA968E; }

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

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

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

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

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

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

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

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