#BA9B98

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

Shades of Thatch #BA9B98

Tints of Thatch #BA9B98

Color information

#BA9B98 (or 0xBA9B98) is unknown color: approx Thatch. HEX triplet: BA, 9B and 98. RGB value is (186,155,152). Sum of RGB (Red+Green+Blue) = 186+155+152=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B98 is #456467. Grayscale: #A3A3A3. Windows color (decimal): -4547688 or 10001338. OLE color: 10001338.

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

Color convert

RGB186155152-
CMYK00.170.180.27
HSL5.29º19.77%66.27%-
HSV(B)5.29º18.28%72.94%-
XYZ37.6436.1534.7-
YUV163.93121.27143.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=37.73%
G=31.44%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615515200.170.180.275.2919.7766.27
HexBA9B98011121B51442
Octal2722332300212233524102
Binary1011101010011011100110000100011001011011101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B98; }

 p { color: rgb(186,155,152); }

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

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

 a { background-color: rgb(186,155,152); }

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

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

 span { border-color: rgb(186,155,152); }

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