#BA9A94

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

Shades of Thatch #BA9A94

Tints of Thatch #BA9A94

Color information

#BA9A94 (or 0xBA9A94) is unknown color: approx Thatch. HEX triplet: BA, 9A and 94. RGB value is (186,154,148). Sum of RGB (Red+Green+Blue) = 186+154+148=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9A94 is #45656B. Grayscale: #A2A2A2. Windows color (decimal): -4547948 or 9738938. OLE color: 9738938.

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

Color convert

RGB186154148-
CMYK00.170.200.27
HSL9.47º21.59%65.49%-
HSV(B)9.47º20.43%72.94%-
XYZ37.1535.6932.95-
YUV162.88119.6144.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=38.11%
G=31.56%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615414800.170.200.279.4721.5965.49
HexBA9A94011141B91641
Octal27223222402124331126101
Binary10111010100110101001010001000110100110111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A94; }

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

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

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

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

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

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

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

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