#BA928B

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

Shades of Thatch #BA928B

Tints of Thatch #BA928B

Color information

#BA928B (or 0xBA928B) is unknown color: approx Thatch. HEX triplet: BA, 92 and 8B. RGB value is (186,146,139). Sum of RGB (Red+Green+Blue) = 186+146+139=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA928B is #456D74. Grayscale: #9D9D9D. Windows color (decimal): -4550005 or 9147066. OLE color: 9147066.

HSL color Cylindrical-coordinate representation of color #BA928B: hue angle of 8.94º 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 #BA928B is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB186146139-
CMYK00.220.250.27
HSL8.94º25.41%63.73%-
HSV(B)8.94º25.27%72.94%-
XYZ35.1932.8628.91-
YUV157.16117.75148.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=39.49%
G=31.00%
B=29.51%

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
Decimal18614613900.220.250.278.9425.4163.73
HexBA928B016191B91940
Octal27222221302631331131100
Binary10111010100100101000101101011011001110111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA928B; }

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

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

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

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

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

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

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

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