#BA928C

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

Shades of Thatch #BA928C

Tints of Thatch #BA928C

Color information

#BA928C (or 0xBA928C) is unknown color: approx Thatch. HEX triplet: BA, 92 and 8C. RGB value is (186,146,140). Sum of RGB (Red+Green+Blue) = 186+146+140=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA928C is #456D73. Grayscale: #9D9D9D. Windows color (decimal): -4550004 or 9212602. OLE color: 9212602.

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

Color convert

RGB186146140-
CMYK00.220.250.27
HSL7.83º25%63.92%-
HSV(B)7.83º24.73%72.94%-
XYZ35.2632.8929.3-
YUV157.28118.25148.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=39.41%
G=30.93%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614614000.220.250.277.832563.92
HexBA928C016191B81940
Octal27222221402631331031100
Binary10111010100100101000110001011011001110111000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA928C; }

 p { color: rgb(186,146,140); }

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

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

 a { background-color: rgb(186,146,140); }

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

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

 span { border-color: rgb(186,146,140); }

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